Html Css Color HEX #EA4322 Cinnabar

📋 copy color: '#EA4322'

red 234 ◦ green 67 ◦ blue 34

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

Shades of Cinnabar #EA4322

Tints of Cinnabar #EA4322

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20%

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

R = 69.85%
G = 20%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EA4322 (or 0xEA4322) is known color: Cinnabar. HEX triplet: EA, 43 and 22. RGB value is (234,67,34). Sum of RGB (Red+Green+Blue) = 234+67+34=335 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.85% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4322 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4322 is #15BCDD. Grayscale: #717171. Windows color (decimal): -1424606 or 2245610. OLE color: 2245610.

HSL color Cylindrical-coordinate representation of color #EA4322: hue angle of 9.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 #EA4322 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 67 34 -
CMYK 0 0.71 0.85 0.08
HSL 9.9º 0.83% 0.53% -
HSV(B) 9.9º 0.85% 0.92% -
XYZ 36.23 21.62 3.78 -
YUV 113.17 83.33 214.18 -
System Red Green Blue C M Y K H S L
Decimal 234 67 34 0 0.71 0.85 0.08 9.9 0.83 0.53
Hex EA 43 22 0 47 55 8 A 53 35
Octal 352 103 42 0 107 125 10 12 123 65
Binary 11101010 1000011 100010 0 1000111 1010101 1000 1010 1010011 110101

Color Harmonies of #EA4322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4322

Black with #EA4322

Text Example


Text Example

White with #EA4322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4322; }

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

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

background-color css

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

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

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

border-color css

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

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

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