Html Css Color HEX #E03E1D Cinnabar

📋 copy color: '#E03E1D'

red 224 ◦ green 62 ◦ blue 29

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

Shades of Cinnabar #E03E1D

Tints of Cinnabar #E03E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.21%

R = 71.11%
G = 19.68%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E03E1D (or 0xE03E1D) is known color: Cinnabar. HEX triplet: E0, 3E and 1D. RGB value is (224,62,29). Sum of RGB (Red+Green+Blue) = 224+62+29=315 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.11% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 224 - color contains mainly: red. Hex color #E03E1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03E1D is #1FC1E2. Grayscale: #6A6A6A. Windows color (decimal): -2081251 or 1916640. OLE color: 1916640.

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

Color convert

RGB 224 62 29 -
CMYK 0 0.72 0.87 0.12
HSL 10.15º 0.77% 0.5% -
HSV(B) 10.15º 0.87% 0.88% -
XYZ 32.68 19.38 3.18 -
YUV 106.68 84.17 211.68 -
System Red Green Blue C M Y K H S L
Decimal 224 62 29 0 0.72 0.87 0.12 10.15 0.77 0.5
Hex E0 3E 1D 0 48 57 C A 4D 32
Octal 340 76 35 0 110 127 14 12 115 62
Binary 11100000 111110 11101 0 1001000 1010111 1100 1010 1001101 110010

Color Harmonies of #E03E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03E1D

Black with #E03E1D

Text Example


Text Example

White with #E03E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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