Html Css Color HEX #E03F2B Cinnabar

📋 copy color: '#E03F2B'

red 224 ◦ green 63 ◦ blue 43

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

Shades of Cinnabar #E03F2B

Tints of Cinnabar #E03F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.03%

R = 67.88%
G = 19.09%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E03F2B (or 0xE03F2B) is known color: Cinnabar. HEX triplet: E0, 3F and 2B. RGB value is (224,63,43). Sum of RGB (Red+Green+Blue) = 224+63+43=330 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.88% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03F2B is #1FC0D4. Grayscale: #6D6D6D. Windows color (decimal): -2080981 or 2834400. OLE color: 2834400.

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

Color convert

RGB 224 63 43 -
CMYK 0 0.72 0.81 0.12
HSL 6.63º 0.74% 0.52% -
HSV(B) 6.63º 0.81% 0.88% -
XYZ 32.95 19.58 4.33 -
YUV 108.86 90.84 210.13 -
System Red Green Blue C M Y K H S L
Decimal 224 63 43 0 0.72 0.81 0.12 6.63 0.74 0.52
Hex E0 3F 2B 0 48 51 C 7 4A 34
Octal 340 77 53 0 110 121 14 7 112 64
Binary 11100000 111111 101011 0 1001000 1010001 1100 111 1001010 110100

Color Harmonies of #E03F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03F2B

Black with #E03F2B

Text Example


Text Example

White with #E03F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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