Html Css Color HEX #EA2822 Cinnabar

📋 copy color: '#EA2822'

red 234 ◦ green 40 ◦ blue 34

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

Shades of Cinnabar #EA2822

Tints of Cinnabar #EA2822

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.99%

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

R = 75.97%
G = 12.99%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EA2822 (or 0xEA2822) is known color: Cinnabar. HEX triplet: EA, 28 and 22. RGB value is (234,40,34). Sum of RGB (Red+Green+Blue) = 234+40+34=308 (40% of max value = 765). Red value is 234 (91.80% from 255 or 75.97% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2822 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2822 is #15D7DD. Grayscale: #616161. Windows color (decimal): -1431518 or 2238698. OLE color: 2238698.

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

Color convert

RGB 234 40 34 -
CMYK 0 0.83 0.85 0.08
HSL 1.8º 0.83% 0.53% -
HSV(B) 1.8º 0.85% 0.92% -
XYZ 34.98 19.13 3.36 -
YUV 97.32 92.27 225.49 -
System Red Green Blue C M Y K H S L
Decimal 234 40 34 0 0.83 0.85 0.08 1.8 0.83 0.53
Hex EA 28 22 0 53 55 8 2 53 35
Octal 352 50 42 0 123 125 10 2 123 65
Binary 11101010 101000 100010 0 1010011 1010101 1000 10 1010011 110101

Color Harmonies of #EA2822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2822

Black with #EA2822

Text Example


Text Example

White with #EA2822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2822; }

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

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

background-color css

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

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

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

border-color css

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

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

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