#E33D3A

Color #E33D3A Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #E33D3A

Tints of Cinnabar #E33D3A

Color information

#E33D3A (or 0xE33D3A) is unknown color: approx Cinnabar. HEX triplet: E3, 3D and 3A. RGB value is (227,61,58). Sum of RGB (Red+Green+Blue) = 227+61+58=346 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.61% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 227 - color contains mainly: red. Hex color #E33D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33D3A is #1CC2C5. Grayscale: #6E6E6E. Windows color (decimal): -1884870 or 3816931. OLE color: 3816931.

HSL color Cylindrical-coordinate representation of color #E33D3A: hue angle of 1.07º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E33D3A is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB2276158-
CMYK00.730.740.11
HSL1.07º75.11%55.88%-
HSV(B)1.07º74.45%89.02%-
XYZ34.1119.976.06-
YUV110.2998.5211.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 227 (89.06% from 255) = 65.61%
GREEN value IS 61 (24.22% from 255) = 17.63%
BLUE value IS 58 (23.05% from 255) = 16.76%
R=65.61%
G=17.63%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227615800.730.740.111.0775.1155.88
HexE33D3A0494AB14b38
Octal3437572011111213111370
Binary11100011111101111010010010011001010101111001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E33D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E33D3A; }

 p { color: rgb(227,61,58); }

 H1.HeaderClassName
 {
   color: #E33D3A;
 }
 .AnyTagClassName
 {
   color: #E33D3A;
 }
</style>
background-color css

<style>
 a { background-color: #E33D3A; }

 a { background-color: rgb(227,61,58); }

 div.DivClassName
 {
   background-color: #E33D3A;
 }
 .BgClassName
 {
   background-color: #E33D3A;
 }
</style>
border-color css

<style>
 span { border-color: #E33D3A; }

 span { border-color: rgb(227,61,58); }

 td.TdClassName
 {
   border-color: #E33D3A;
 }
 .TagClassName
 {
   border-color: #E33D3A;
 }
</style>