Html Css Color HEX #EE2215 Scarlet

📋 copy color: '#EE2215'

red 238 ◦ green 34 ◦ blue 21

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

Shades of Scarlet #EE2215

Tints of Scarlet #EE2215

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.6%

 BLUE value IS 21 (8.59% from 255) = 7.17%

R = 81.23%
G = 11.6%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE2215 (or 0xEE2215) is known color: Scarlet. HEX triplet: EE, 22 and 15. RGB value is (238,34,21). Sum of RGB (Red+Green+Blue) = 238+34+21=293 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.23% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2215 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2215 is #11DDEA. Grayscale: #5D5D5D. Windows color (decimal): -1170923 or 1385198. OLE color: 1385198.

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

Color convert

RGB 238 34 21 -
CMYK 0 0.86 0.91 0.07
HSL 3.59º 0.86% 0.51% -
HSV(B) 3.59º 0.91% 0.93% -
XYZ 35.97 19.38 2.55 -
YUV 93.51 87.09 231.06 -
System Red Green Blue C M Y K H S L
Decimal 238 34 21 0 0.86 0.91 0.07 3.59 0.86 0.51
Hex EE 22 15 0 56 5B 7 4 56 33
Octal 356 42 25 0 126 133 7 4 126 63
Binary 11101110 100010 10101 0 1010110 1011011 111 100 1010110 110011

Color Harmonies of #EE2215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2215

Black with #EE2215

Text Example


Text Example

White with #EE2215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2215; }

 p { color: rgb(238,34,21); }

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

background-color css

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

 a { background-color: rgb(238,34,21); }

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

border-color css

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

 span { border-color: rgb(238,34,21); }

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