Html Css Color HEX #EE2822 Cinnabar

📋 copy color: '#EE2822'

red 238 ◦ green 40 ◦ blue 34

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

Shades of Cinnabar #EE2822

Tints of Cinnabar #EE2822

RGB

 RED value IS 238 (93.36% from 255) = 76.28%

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

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

R = 76.28%
G = 12.82%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EE2822 (or 0xEE2822) is known color: Cinnabar. HEX triplet: EE, 28 and 22. RGB value is (238,40,34). Sum of RGB (Red+Green+Blue) = 238+40+34=312 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.28% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2822 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2822 is #11D7DD. Grayscale: #626262. Windows color (decimal): -1169374 or 2238702. OLE color: 2238702.

HSL color Cylindrical-coordinate representation of color #EE2822: hue angle of 1.76º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE2822 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 40 34 -
CMYK 0 0.83 0.86 0.07
HSL 1.76º 0.86% 0.53% -
HSV(B) 1.76º 0.86% 0.93% -
XYZ 36.31 19.81 3.42 -
YUV 98.52 91.6 227.49 -
System Red Green Blue C M Y K H S L
Decimal 238 40 34 0 0.83 0.86 0.07 1.76 0.86 0.53
Hex EE 28 22 0 53 56 7 2 56 35
Octal 356 50 42 0 123 126 7 2 126 65
Binary 11101110 101000 100010 0 1010011 1010110 111 10 1010110 110101

Color Harmonies of #EE2822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2822

Black with #EE2822

Text Example


Text Example

White with #EE2822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2822; }

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

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

background-color css

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

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

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

border-color css

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

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

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