Html Css Color HEX #E04A21 Cinnabar

📋 copy color: '#E04A21'

red 224 ◦ green 74 ◦ blue 33

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

Shades of Cinnabar #E04A21

Tints of Cinnabar #E04A21

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.36%

 BLUE value IS 33 (13.28% from 255) = 9.97%

R = 67.67%
G = 22.36%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E04A21 (or 0xE04A21) is known color: Cinnabar. HEX triplet: E0, 4A and 21. RGB value is (224,74,33). Sum of RGB (Red+Green+Blue) = 224+74+33=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 33 (13.28% from 255 or 9.97% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04A21 is #1FB5DE. Grayscale: #727272. Windows color (decimal): -2078175 or 2181856. OLE color: 2181856.

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

Color convert

RGB 224 74 33 -
CMYK 0 0.67 0.85 0.12
HSL 12.88º 0.75% 0.5% -
HSV(B) 12.88º 0.85% 0.88% -
XYZ 33.46 20.85 3.7 -
YUV 114.18 82.2 206.33 -
System Red Green Blue C M Y K H S L
Decimal 224 74 33 0 0.67 0.85 0.12 12.88 0.75 0.5
Hex E0 4A 21 0 43 55 C D 4B 32
Octal 340 112 41 0 103 125 14 15 113 62
Binary 11100000 1001010 100001 0 1000011 1010101 1100 1101 1001011 110010

Color Harmonies of #E04A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04A21

Black with #E04A21

Text Example


Text Example

White with #E04A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04A21; }

 p { color: rgb(224,74,33); }

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

background-color css

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

 a { background-color: rgb(224,74,33); }

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

border-color css

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

 span { border-color: rgb(224,74,33); }

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