Html Css Color HEX #EE211E Scarlet

📋 copy color: '#EE211E'

red 238 ◦ green 33 ◦ blue 30

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

Shades of Scarlet #EE211E

Tints of Scarlet #EE211E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.97%

R = 79.07%
G = 10.96%
B = 9.97%

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

#EE211E (or 0xEE211E) is known color: Scarlet. HEX triplet: EE, 21 and 1E. RGB value is (238,33,30). Sum of RGB (Red+Green+Blue) = 238+33+30=301 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.07% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 238 - color contains mainly: red. Hex color #EE211E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE211E is #11DEE1. Grayscale: #5E5E5E. Windows color (decimal): -1171170 or 1974766. OLE color: 1974766.

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

Color convert

RGB 238 33 30 -
CMYK 0 0.86 0.87 0.07
HSL 0.87º 0.86% 0.53% -
HSV(B) 0.87º 0.87% 0.93% -
XYZ 36.04 19.36 3.07 -
YUV 93.95 91.92 230.74 -
System Red Green Blue C M Y K H S L
Decimal 238 33 30 0 0.86 0.87 0.07 0.87 0.86 0.53
Hex EE 21 1E 0 56 57 7 1 56 35
Octal 356 41 36 0 126 127 7 1 126 65
Binary 11101110 100001 11110 0 1010110 1010111 111 1 1010110 110101

Color Harmonies of #EE211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE211E

Black with #EE211E

Text Example


Text Example

White with #EE211E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE211E; }

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

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

background-color css

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

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

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

border-color css

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

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

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