Html Css Color HEX #EE2320 Scarlet

📋 copy color: '#EE2320'

red 238 ◦ green 35 ◦ blue 32

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

Shades of Scarlet #EE2320

Tints of Scarlet #EE2320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.48%

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

R = 78.03%
G = 11.48%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EE2320 (or 0xEE2320) is known color: Scarlet. HEX triplet: EE, 23 and 20. RGB value is (238,35,32). Sum of RGB (Red+Green+Blue) = 238+35+32=305 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.03% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2320 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2320 is #11DCDF. Grayscale: #5F5F5F. Windows color (decimal): -1170656 or 2106350. OLE color: 2106350.

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

Color convert

RGB 238 35 32 -
CMYK 0 0.85 0.87 0.07
HSL 0.87º 0.86% 0.53% -
HSV(B) 0.87º 0.87% 0.93% -
XYZ 36.12 19.48 3.22 -
YUV 95.36 92.25 229.74 -
System Red Green Blue C M Y K H S L
Decimal 238 35 32 0 0.85 0.87 0.07 0.87 0.86 0.53
Hex EE 23 20 0 55 57 7 1 56 35
Octal 356 43 40 0 125 127 7 1 126 65
Binary 11101110 100011 100000 0 1010101 1010111 111 1 1010110 110101

Color Harmonies of #EE2320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2320

Black with #EE2320

Text Example


Text Example

White with #EE2320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2320; }

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

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

background-color css

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

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

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

border-color css

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

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

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