#e03e3d

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

Shades of Cinnabar #E03E3D

Tints of Cinnabar #E03E3D

Color information

#E03E3D (or 0xE03E3D) is unknown color: approx Cinnabar. HEX triplet: E0, 3E and 3D. RGB value is (224,62,61). Sum of RGB (Red+Green+Blue) = 224+62+61=347 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.55% from 347); Green value is 62 (24.61% from 255 or 17.87% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 224 - color contains mainly: red. Hex color #E03E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03E3D is #1FC1C2. Grayscale: #6E6E6E. Windows color (decimal): -2081219 or 4013792. OLE color: 4013792.

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

Color convert

RGB2246261-
CMYK00.720.730.12
HSL0.37º72.44%55.88%-
HSV(B)0.37º72.77%87.84%-
XYZ33.3119.636.45-
YUV110.32100.17209.08-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 64.55%
GREEN value IS 62 (24.61% from 255) = 17.87%
BLUE value IS 61 (24.22% from 255) = 17.58%
R=64.55%
G=17.87%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224626100.720.730.120.3772.4455.88
HexE03E3D04849C04838
Octal3407675011011114011070
Binary11100000111110111101010010001001001110001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e03e3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e03e3d; }

 p { color: rgb(224,62,61); }

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

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

 a { background-color: rgb(224,62,61); }

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

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

 span { border-color: rgb(224,62,61); }

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