Html Css Color HEX #EE3120 Cinnabar

📋 copy color: '#EE3120'

red 238 ◦ green 49 ◦ blue 32

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

Shades of Cinnabar #EE3120

Tints of Cinnabar #EE3120

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.36%

 BLUE value IS 32 (12.89% from 255) = 10.03%

R = 74.61%
G = 15.36%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EE3120 (or 0xEE3120) is known color: Cinnabar. HEX triplet: EE, 31 and 20. RGB value is (238,49,32). Sum of RGB (Red+Green+Blue) = 238+49+32=319 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.61% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3120 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3120 is #11CEDF. Grayscale: #676767. Windows color (decimal): -1167072 or 2109934. OLE color: 2109934.

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

Color convert

RGB 238 49 32 -
CMYK 0 0.79 0.87 0.07
HSL 4.95º 0.86% 0.53% -
HSV(B) 4.95º 0.87% 0.93% -
XYZ 36.62 20.48 3.39 -
YUV 103.57 87.62 223.88 -
System Red Green Blue C M Y K H S L
Decimal 238 49 32 0 0.79 0.87 0.07 4.95 0.86 0.53
Hex EE 31 20 0 4F 57 7 5 56 35
Octal 356 61 40 0 117 127 7 5 126 65
Binary 11101110 110001 100000 0 1001111 1010111 111 101 1010110 110101

Color Harmonies of #EE3120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3120

Black with #EE3120

Text Example


Text Example

White with #EE3120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3120; }

 p { color: rgb(238,49,32); }

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

background-color css

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

 a { background-color: rgb(238,49,32); }

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

border-color css

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

 span { border-color: rgb(238,49,32); }

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