Html Css Color HEX #EE2120 Scarlet

📋 copy color: '#EE2120'

red 238 ◦ green 33 ◦ blue 32

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

Shades of Scarlet #EE2120

Tints of Scarlet #EE2120

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.89%

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

R = 78.55%
G = 10.89%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EE2120 (or 0xEE2120) is known color: Scarlet. HEX triplet: EE, 21 and 20. RGB value is (238,33,32). Sum of RGB (Red+Green+Blue) = 238+33+32=303 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.55% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2120 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2120 is #11DEDF. Grayscale: #5E5E5E. Windows color (decimal): -1171168 or 2105838. OLE color: 2105838.

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

Color convert

RGB 238 33 32 -
CMYK 0 0.86 0.87 0.07
HSL 0.29º 0.86% 0.53% -
HSV(B) 0.29º 0.87% 0.93% -
XYZ 36.06 19.37 3.2 -
YUV 94.18 92.92 230.58 -
System Red Green Blue C M Y K H S L
Decimal 238 33 32 0 0.86 0.87 0.07 0.29 0.86 0.53
Hex EE 21 20 0 56 57 7 0 56 35
Octal 356 41 40 0 126 127 7 0 126 65
Binary 11101110 100001 100000 0 1010110 1010111 111 0 1010110 110101

Color Harmonies of #EE2120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2120

Black with #EE2120

Text Example


Text Example

White with #EE2120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2120; }

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

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

background-color css

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

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

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

border-color css

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

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

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