Html Css Color HEX #E03A23 Cinnabar

📋 copy color: '#E03A23'

red 224 ◦ green 58 ◦ blue 35

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

Shades of Cinnabar #E03A23

Tints of Cinnabar #E03A23

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.3%

 BLUE value IS 35 (14.06% from 255) = 11.04%

R = 70.66%
G = 18.3%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E03A23 (or 0xE03A23) is known color: Cinnabar. HEX triplet: E0, 3A and 23. RGB value is (224,58,35). Sum of RGB (Red+Green+Blue) = 224+58+35=317 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.66% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 35 (14.06% from 255 or 11.04% from 317); Max value from RGB is 224 - color contains mainly: red. Hex color #E03A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03A23 is #1FC5DC. Grayscale: #696969. Windows color (decimal): -2082269 or 2308832. OLE color: 2308832.

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

Color convert

RGB 224 58 35 -
CMYK 0 0.74 0.84 0.12
HSL 7.3º 0.75% 0.51% -
HSV(B) 7.3º 0.84% 0.88% -
XYZ 32.56 18.99 3.54 -
YUV 105.01 88.5 212.87 -
System Red Green Blue C M Y K H S L
Decimal 224 58 35 0 0.74 0.84 0.12 7.3 0.75 0.51
Hex E0 3A 23 0 4A 54 C 7 4B 33
Octal 340 72 43 0 112 124 14 7 113 63
Binary 11100000 111010 100011 0 1001010 1010100 1100 111 1001011 110011

Color Harmonies of #E03A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03A23

Black with #E03A23

Text Example


Text Example

White with #E03A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03A23; }

 p { color: rgb(224,58,35); }

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

background-color css

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

 a { background-color: rgb(224,58,35); }

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

border-color css

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

 span { border-color: rgb(224,58,35); }

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