Html Css Color HEX #EE3227 Cinnabar

📋 copy color: '#EE3227'

red 238 ◦ green 50 ◦ blue 39

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

Shades of Cinnabar #EE3227

Tints of Cinnabar #EE3227

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.29%

 BLUE value IS 39 (15.63% from 255) = 11.93%

R = 72.78%
G = 15.29%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EE3227 (or 0xEE3227) is known color: Cinnabar. HEX triplet: EE, 32 and 27. RGB value is (238,50,39). Sum of RGB (Red+Green+Blue) = 238+50+39=327 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.78% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3227 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3227 is #11CDD8. Grayscale: #696969. Windows color (decimal): -1166809 or 2568942. OLE color: 2568942.

HSL color Cylindrical-coordinate representation of color #EE3227: hue angle of 3.32º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE3227 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 50 39 -
CMYK 0 0.79 0.84 0.07
HSL 3.32º 0.85% 0.54% -
HSV(B) 3.32º 0.84% 0.93% -
XYZ 36.77 20.6 3.96 -
YUV 104.96 90.78 222.89 -
System Red Green Blue C M Y K H S L
Decimal 238 50 39 0 0.79 0.84 0.07 3.32 0.85 0.54
Hex EE 32 27 0 4F 54 7 3 55 36
Octal 356 62 47 0 117 124 7 3 125 66
Binary 11101110 110010 100111 0 1001111 1010100 111 11 1010101 110110

Color Harmonies of #EE3227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3227

Black with #EE3227

Text Example


Text Example

White with #EE3227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3227; }

 p { color: rgb(238,50,39); }

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

background-color css

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

 a { background-color: rgb(238,50,39); }

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

border-color css

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

 span { border-color: rgb(238,50,39); }

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