Html Css Color HEX #EA4226 Cinnabar

📋 copy color: '#EA4226'

red 234 ◦ green 66 ◦ blue 38

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

Shades of Cinnabar #EA4226

Tints of Cinnabar #EA4226

RGB

 RED value IS 234 (91.8% from 255) = 69.23%

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

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

R = 69.23%
G = 19.53%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA4226 (or 0xEA4226) is known color: Cinnabar. HEX triplet: EA, 42 and 26. RGB value is (234,66,38). Sum of RGB (Red+Green+Blue) = 234+66+38=338 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.23% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4226 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4226 is #15BDD9. Grayscale: #717171. Windows color (decimal): -1424858 or 2507498. OLE color: 2507498.

HSL color Cylindrical-coordinate representation of color #EA4226: hue angle of 8.57º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA4226 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 66 38 -
CMYK 0 0.72 0.84 0.08
HSL 8.57º 0.82% 0.53% -
HSV(B) 8.57º 0.84% 0.92% -
XYZ 36.23 21.53 4.08 -
YUV 113.04 85.66 214.28 -
System Red Green Blue C M Y K H S L
Decimal 234 66 38 0 0.72 0.84 0.08 8.57 0.82 0.53
Hex EA 42 26 0 48 54 8 9 52 35
Octal 352 102 46 0 110 124 10 11 122 65
Binary 11101010 1000010 100110 0 1001000 1010100 1000 1001 1010010 110101

Color Harmonies of #EA4226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4226

Black with #EA4226

Text Example


Text Example

White with #EA4226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4226; }

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

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

background-color css

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

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

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

border-color css

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

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

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