Html Css Color HEX #EE2D21 Cinnabar

📋 copy color: '#EE2D21'

red 238 ◦ green 45 ◦ blue 33

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

Shades of Cinnabar #EE2D21

Tints of Cinnabar #EE2D21

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.24%

 BLUE value IS 33 (13.28% from 255) = 10.44%

R = 75.32%
G = 14.24%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EE2D21 (or 0xEE2D21) is known color: Cinnabar. HEX triplet: EE, 2D and 21. RGB value is (238,45,33). Sum of RGB (Red+Green+Blue) = 238+45+33=316 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.32% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 33 (13.28% from 255 or 10.44% from 316); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2D21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2D21 is #11D2DE. Grayscale: #656565. Windows color (decimal): -1168095 or 2174446. OLE color: 2174446.

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

Color convert

RGB 238 45 33 -
CMYK 0 0.81 0.86 0.07
HSL 3.51º 0.86% 0.53% -
HSV(B) 3.51º 0.86% 0.93% -
XYZ 36.47 20.16 3.41 -
YUV 101.34 89.44 225.48 -
System Red Green Blue C M Y K H S L
Decimal 238 45 33 0 0.81 0.86 0.07 3.51 0.86 0.53
Hex EE 2D 21 0 51 56 7 4 56 35
Octal 356 55 41 0 121 126 7 4 126 65
Binary 11101110 101101 100001 0 1010001 1010110 111 100 1010110 110101

Color Harmonies of #EE2D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2D21

Black with #EE2D21

Text Example


Text Example

White with #EE2D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2D21; }

 p { color: rgb(238,45,33); }

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

background-color css

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

 a { background-color: rgb(238,45,33); }

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

border-color css

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

 span { border-color: rgb(238,45,33); }

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