Html Css Color HEX #EA4822 Cinnabar

📋 copy color: '#EA4822'

red 234 ◦ green 72 ◦ blue 34

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

Shades of Cinnabar #EA4822

Tints of Cinnabar #EA4822

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.18%

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

R = 68.82%
G = 21.18%
B = 10%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EA4822 (or 0xEA4822) is known color: Cinnabar. HEX triplet: EA, 48 and 22. RGB value is (234,72,34). Sum of RGB (Red+Green+Blue) = 234+72+34=340 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.82% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 34 (13.67% from 255 or 10% from 340); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4822 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4822 is #15B7DD. Grayscale: #747474. Windows color (decimal): -1423326 or 2246890. OLE color: 2246890.

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

Color convert

RGB 234 72 34 -
CMYK 0 0.69 0.85 0.08
HSL 11.4º 0.83% 0.53% -
HSV(B) 11.4º 0.85% 0.92% -
XYZ 36.54 22.24 3.88 -
YUV 116.11 81.67 212.09 -
System Red Green Blue C M Y K H S L
Decimal 234 72 34 0 0.69 0.85 0.08 11.4 0.83 0.53
Hex EA 48 22 0 45 55 8 B 53 35
Octal 352 110 42 0 105 125 10 13 123 65
Binary 11101010 1001000 100010 0 1000101 1010101 1000 1011 1010011 110101

Color Harmonies of #EA4822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4822

Black with #EA4822

Text Example


Text Example

White with #EA4822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4822; }

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

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

background-color css

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

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

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

border-color css

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

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

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