Html Css Color HEX #E04226 Cinnabar

📋 copy color: '#E04226'

red 224 ◦ green 66 ◦ blue 38

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

Shades of Cinnabar #E04226

Tints of Cinnabar #E04226

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.12%

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

R = 68.29%
G = 20.12%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E04226 (or 0xE04226) is known color: Cinnabar. HEX triplet: E0, 42 and 26. RGB value is (224,66,38). Sum of RGB (Red+Green+Blue) = 224+66+38=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 38 (15.23% from 255 or 11.59% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E04226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04226 is #1FBDD9. Grayscale: #6E6E6E. Windows color (decimal): -2080218 or 2507488. OLE color: 2507488.

HSL color Cylindrical-coordinate representation of color #E04226: hue angle of 9.03º 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 #E04226 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 66 38 -
CMYK 0 0.71 0.83 0.12
HSL 9.03º 0.75% 0.51% -
HSV(B) 9.03º 0.83% 0.88% -
XYZ 33.04 19.88 3.93 -
YUV 110.05 87.35 209.28 -
System Red Green Blue C M Y K H S L
Decimal 224 66 38 0 0.71 0.83 0.12 9.03 0.75 0.51
Hex E0 42 26 0 47 53 C 9 4B 33
Octal 340 102 46 0 107 123 14 11 113 63
Binary 11100000 1000010 100110 0 1000111 1010011 1100 1001 1001011 110011

Color Harmonies of #E04226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04226

Black with #E04226

Text Example


Text Example

White with #E04226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04226; }

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

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

background-color css

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

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

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

border-color css

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

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

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