#E03A34

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

Shades of Cinnabar #E03A34

Tints of Cinnabar #E03A34

Color information

#E03A34 (or 0xE03A34) is unknown color: approx Cinnabar. HEX triplet: E0, 3A and 34. RGB value is (224,58,52). Sum of RGB (Red+Green+Blue) = 224+58+52=334 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.07% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 224 - color contains mainly: red. Hex color #E03A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03A34 is #1FC5CB. Grayscale: #6B6B6B. Windows color (decimal): -2082252 or 3422944. OLE color: 3422944.

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

Color convert

RGB2245852-
CMYK00.740.770.12
HSL2.09º73.5%54.12%-
HSV(B)2.09º76.79%87.84%-
XYZ32.8719.125.21-
YUV106.9597211.49-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 67.07%
GREEN value IS 58 (23.05% from 255) = 17.37%
BLUE value IS 52 (20.70% from 255) = 15.57%
R=67.07%
G=17.37%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224585200.740.770.122.0973.554.12
HexE03A3404A4DC24a36
Octal3407264011211514211266
Binary111000001110101101000100101010011011100101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03A34; }

 p { color: rgb(224,58,52); }

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

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

 a { background-color: rgb(224,58,52); }

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

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

 span { border-color: rgb(224,58,52); }

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