Html Css Color HEX #E04A26 Cinnabar

📋 copy color: '#E04A26'

red 224 ◦ green 74 ◦ blue 38

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

Shades of Cinnabar #E04A26

Tints of Cinnabar #E04A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.31%

R = 66.67%
G = 22.02%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E04A26 (or 0xE04A26) is known color: Cinnabar. HEX triplet: E0, 4A and 26. RGB value is (224,74,38). Sum of RGB (Red+Green+Blue) = 224+74+38=336 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.67% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 38 (15.23% from 255 or 11.31% from 336); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04A26 is #1FB5D9. Grayscale: #737373. Windows color (decimal): -2078170 or 2509536. OLE color: 2509536.

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

Color convert

RGB 224 74 38 -
CMYK 0 0.67 0.83 0.12
HSL 11.61º 0.75% 0.51% -
HSV(B) 11.61º 0.83% 0.88% -
XYZ 33.54 20.88 4.1 -
YUV 114.75 84.7 205.93 -
System Red Green Blue C M Y K H S L
Decimal 224 74 38 0 0.67 0.83 0.12 11.61 0.75 0.51
Hex E0 4A 26 0 43 53 C C 4B 33
Octal 340 112 46 0 103 123 14 14 113 63
Binary 11100000 1001010 100110 0 1000011 1010011 1100 1100 1001011 110011

Color Harmonies of #E04A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04A26

Black with #E04A26

Text Example


Text Example

White with #E04A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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