Html Css Color HEX #EE2922 Cinnabar

📋 copy color: '#EE2922'

red 238 ◦ green 41 ◦ blue 34

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

Shades of Cinnabar #EE2922

Tints of Cinnabar #EE2922

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.1%

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

R = 76.04%
G = 13.1%
B = 10.86%

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

#EE2922 (or 0xEE2922) is known color: Cinnabar. HEX triplet: EE, 29 and 22. RGB value is (238,41,34). Sum of RGB (Red+Green+Blue) = 238+41+34=313 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.04% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 34 (13.67% from 255 or 10.86% from 313); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2922 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2922 is #11D6DD. Grayscale: #636363. Windows color (decimal): -1169118 or 2238958. OLE color: 2238958.

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

Color convert

RGB 238 41 34 -
CMYK 0 0.83 0.86 0.07
HSL 2.06º 0.86% 0.53% -
HSV(B) 2.06º 0.86% 0.93% -
XYZ 36.34 19.88 3.43 -
YUV 99.11 91.27 227.07 -
System Red Green Blue C M Y K H S L
Decimal 238 41 34 0 0.83 0.86 0.07 2.06 0.86 0.53
Hex EE 29 22 0 53 56 7 2 56 35
Octal 356 51 42 0 123 126 7 2 126 65
Binary 11101110 101001 100010 0 1010011 1010110 111 10 1010110 110101

Color Harmonies of #EE2922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2922

Black with #EE2922

Text Example


Text Example

White with #EE2922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2922; }

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

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

background-color css

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

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

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

border-color css

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

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

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