#e03f2d

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

Shades of Cinnabar #E03F2D

Tints of Cinnabar #E03F2D

Color information

#E03F2D (or 0xE03F2D) is unknown color: approx Cinnabar. HEX triplet: E0, 3F and 2D. RGB value is (224,63,45). Sum of RGB (Red+Green+Blue) = 224+63+45=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03F2D is #1FC0D2. Grayscale: #6D6D6D. Windows color (decimal): -2080979 or 2965472. OLE color: 2965472.

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

Color convert

RGB2246345-
CMYK00.720.800.12
HSL6.03º74.27%52.75%-
HSV(B)6.03º79.91%87.84%-
XYZ32.9919.594.53-
YUV109.0991.84209.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 67.47%
GREEN value IS 63 (25% from 255) = 18.98%
BLUE value IS 45 (17.97% from 255) = 13.55%
R=67.47%
G=18.98%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224634500.720.800.126.0374.2752.75
HexE03F2D04850C64a35
Octal3407755011012014611265
Binary1110000011111110110101001000101000011001101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e03f2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e03f2d; }

 p { color: rgb(224,63,45); }

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

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

 a { background-color: rgb(224,63,45); }

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

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

 span { border-color: rgb(224,63,45); }

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