Html Css Color HEX #E04A41 Cinnabar

📋 copy color: '#E04A41'

red 224 ◦ green 74 ◦ blue 65

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

Shades of Cinnabar #E04A41

Tints of Cinnabar #E04A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.91%

R = 61.71%
G = 20.39%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E04A41 (or 0xE04A41) is known color: Cinnabar. HEX triplet: E0, 4A and 41. RGB value is (224,74,65). Sum of RGB (Red+Green+Blue) = 224+74+65=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04A41 is #1FB5BE. Grayscale: #767676. Windows color (decimal): -2078143 or 4279008. OLE color: 4279008.

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

Color convert

RGB 224 74 65 -
CMYK 0 0.67 0.71 0.12
HSL 3.4º 0.72% 0.57% -
HSV(B) 3.4º 0.71% 0.88% -
XYZ 34.14 21.13 7.28 -
YUV 117.82 98.2 203.73 -
System Red Green Blue C M Y K H S L
Decimal 224 74 65 0 0.67 0.71 0.12 3.4 0.72 0.57
Hex E0 4A 41 0 43 47 C 3 48 39
Octal 340 112 101 0 103 107 14 3 110 71
Binary 11100000 1001010 1000001 0 1000011 1000111 1100 11 1001000 111001

Color Harmonies of #E04A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04A41

Black with #E04A41

Text Example


Text Example

White with #E04A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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