Html Css Color HEX #E03F2C Cinnabar

📋 copy color: '#E03F2C'

red 224 ◦ green 63 ◦ blue 44

#E03F2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #E03F2C

Tints of Cinnabar #E03F2C

RGB

 RED value IS 224 (87.89% from 255) = 67.67%

 GREEN value IS 63 (25% from 255) = 19.03%

 BLUE value IS 44 (17.58% from 255) = 13.29%

R = 67.67%
G = 19.03%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E03F2C (or 0xE03F2C) is known color: Cinnabar. HEX triplet: E0, 3F and 2C. RGB value is (224,63,44). Sum of RGB (Red+Green+Blue) = 224+63+44=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03F2C is #1FC0D3. Grayscale: #6D6D6D. Windows color (decimal): -2080980 or 2899936. OLE color: 2899936.

HSL color Cylindrical-coordinate representation of color #E03F2C: hue angle of 6.33º 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 #E03F2C is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 63 44 -
CMYK 0 0.72 0.80 0.12
HSL 6.33º 0.74% 0.53% -
HSV(B) 6.33º 0.8% 0.88% -
XYZ 32.97 19.58 4.43 -
YUV 108.97 91.34 210.04 -
System Red Green Blue C M Y K H S L
Decimal 224 63 44 0 0.72 0.80 0.12 6.33 0.74 0.53
Hex E0 3F 2C 0 48 50 C 6 4A 35
Octal 340 77 54 0 110 120 14 6 112 65
Binary 11100000 111111 101100 0 1001000 1010000 1100 110 1001010 110101

Color Harmonies of #E03F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03F2C

Black with #E03F2C

Text Example


Text Example

White with #E03F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03F2C; }

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

 H1.HeaderClassName
 {
   color: #E03F2C;
 }
 .AnyTagClassName
 {
   color: #E03F2C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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