#E04335

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

Shades of Cinnabar #E04335

Tints of Cinnabar #E04335

Color information

#E04335 (or 0xE04335) is unknown color: approx Cinnabar. HEX triplet: E0, 43 and 35. RGB value is (224,67,53). Sum of RGB (Red+Green+Blue) = 224+67+53=344 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.12% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 224 - color contains mainly: red. Hex color #E04335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04335 is #1FBCCA. Grayscale: #707070. Windows color (decimal): -2079947 or 3490784. OLE color: 3490784.

HSL color Cylindrical-coordinate representation of color #E04335: hue angle of 4.91º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E04335 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB2246753-
CMYK00.700.760.12
HSL4.91º73.39%54.31%-
HSV(B)4.91º76.34%87.84%-
XYZ33.3920.125.49-
YUV112.3594.51207.64-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 65.12%
GREEN value IS 67 (26.56% from 255) = 19.48%
BLUE value IS 53 (21.09% from 255) = 15.41%
R=65.12%
G=19.48%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224675300.700.760.124.9173.3954.31
HexE043350464CC54936
Octal34010365010611414511166
Binary11100000100001111010101000110100110011001011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04335; }

 p { color: rgb(224,67,53); }

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

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

 a { background-color: rgb(224,67,53); }

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

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

 span { border-color: rgb(224,67,53); }

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