Html Css Color HEX #E03E2E Cinnabar

📋 copy color: '#E03E2E'

red 224 ◦ green 62 ◦ blue 46

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

Shades of Cinnabar #E03E2E

Tints of Cinnabar #E03E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.86%

R = 67.47%
G = 18.67%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E03E2E (or 0xE03E2E) is known color: Cinnabar. HEX triplet: E0, 3E and 2E. RGB value is (224,62,46). Sum of RGB (Red+Green+Blue) = 224+62+46=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 46 (18.36% from 255 or 13.86% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E03E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03E2E is #1FC1D1. Grayscale: #6C6C6C. Windows color (decimal): -2081234 or 3030752. OLE color: 3030752.

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

Color convert

RGB 224 62 46 -
CMYK 0 0.72 0.79 0.12
HSL 5.39º 0.74% 0.53% -
HSV(B) 5.39º 0.79% 0.88% -
XYZ 32.96 19.49 4.61 -
YUV 108.61 92.67 210.3 -
System Red Green Blue C M Y K H S L
Decimal 224 62 46 0 0.72 0.79 0.12 5.39 0.74 0.53
Hex E0 3E 2E 0 48 4F C 5 4A 35
Octal 340 76 56 0 110 117 14 5 112 65
Binary 11100000 111110 101110 0 1001000 1001111 1100 101 1001010 110101

Color Harmonies of #E03E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03E2E

Black with #E03E2E

Text Example


Text Example

White with #E03E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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