Html Css Color HEX #E04A32 Cinnabar

📋 copy color: '#E04A32'

red 224 ◦ green 74 ◦ blue 50

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

Shades of Cinnabar #E04A32

Tints of Cinnabar #E04A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.37%

R = 64.37%
G = 21.26%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E04A32 (or 0xE04A32) is known color: Cinnabar. HEX triplet: E0, 4A and 32. RGB value is (224,74,50). Sum of RGB (Red+Green+Blue) = 224+74+50=348 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.37% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04A32 is #1FB5CD. Grayscale: #747474. Windows color (decimal): -2078158 or 3295968. OLE color: 3295968.

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

Color convert

RGB 224 74 50 -
CMYK 0 0.67 0.78 0.12
HSL 8.28º 0.74% 0.54% -
HSV(B) 8.28º 0.78% 0.88% -
XYZ 33.76 20.98 5.29 -
YUV 116.11 90.7 204.95 -
System Red Green Blue C M Y K H S L
Decimal 224 74 50 0 0.67 0.78 0.12 8.28 0.74 0.54
Hex E0 4A 32 0 43 4E C 8 4A 36
Octal 340 112 62 0 103 116 14 10 112 66
Binary 11100000 1001010 110010 0 1000011 1001110 1100 1000 1001010 110110

Color Harmonies of #E04A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04A32

Black with #E04A32

Text Example


Text Example

White with #E04A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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