Html Css Color HEX #E03E2A Cinnabar

📋 copy color: '#E03E2A'

red 224 ◦ green 62 ◦ blue 42

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

Shades of Cinnabar #E03E2A

Tints of Cinnabar #E03E2A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.9%

 BLUE value IS 42 (16.8% from 255) = 12.8%

R = 68.29%
G = 18.9%
B = 12.8%

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

#E03E2A (or 0xE03E2A) is known color: Cinnabar. HEX triplet: E0, 3E and 2A. RGB value is (224,62,42). Sum of RGB (Red+Green+Blue) = 224+62+42=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E03E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03E2A is #1FC1D5. Grayscale: #6C6C6C. Windows color (decimal): -2081238 or 2768608. OLE color: 2768608.

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

Color convert

RGB 224 62 42 -
CMYK 0 0.72 0.81 0.12
HSL 6.59º 0.75% 0.52% -
HSV(B) 6.59º 0.81% 0.88% -
XYZ 32.88 19.46 4.21 -
YUV 108.16 90.67 210.63 -
System Red Green Blue C M Y K H S L
Decimal 224 62 42 0 0.72 0.81 0.12 6.59 0.75 0.52
Hex E0 3E 2A 0 48 51 C 7 4B 34
Octal 340 76 52 0 110 121 14 7 113 64
Binary 11100000 111110 101010 0 1001000 1010001 1100 111 1001011 110100

Color Harmonies of #E03E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03E2A

Black with #E03E2A

Text Example


Text Example

White with #E03E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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