Html Css Color HEX #EA4022 Cinnabar

📋 copy color: '#EA4022'

red 234 ◦ green 64 ◦ blue 34

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

Shades of Cinnabar #EA4022

Tints of Cinnabar #EA4022

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.28%

 BLUE value IS 34 (13.67% from 255) = 10.24%

R = 70.48%
G = 19.28%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EA4022 (or 0xEA4022) is known color: Cinnabar. HEX triplet: EA, 40 and 22. RGB value is (234,64,34). Sum of RGB (Red+Green+Blue) = 234+64+34=332 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.48% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 34 (13.67% from 255 or 10.24% from 332); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4022 is #15BFDD. Grayscale: #6F6F6F. Windows color (decimal): -1425374 or 2244842. OLE color: 2244842.

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

Color convert

RGB 234 64 34 -
CMYK 0 0.73 0.85 0.08
HSL 0.83% 0.53% -
HSV(B) 0.85% 0.92% -
XYZ 36.05 21.27 3.72 -
YUV 111.41 84.32 215.44 -
System Red Green Blue C M Y K H S L
Decimal 234 64 34 0 0.73 0.85 0.08 9 0.83 0.53
Hex EA 40 22 0 49 55 8 9 53 35
Octal 352 100 42 0 111 125 10 11 123 65
Binary 11101010 1000000 100010 0 1001001 1010101 1000 1001 1010011 110101

Color Harmonies of #EA4022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4022

Black with #EA4022

Text Example


Text Example

White with #EA4022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4022; }

 p { color: rgb(234,64,34); }

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

background-color css

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

 a { background-color: rgb(234,64,34); }

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

border-color css

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

 span { border-color: rgb(234,64,34); }

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