Html Css Color HEX #EE211F Scarlet

📋 copy color: '#EE211F'

red 238 ◦ green 33 ◦ blue 31

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

Shades of Scarlet #EE211F

Tints of Scarlet #EE211F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.26%

R = 78.81%
G = 10.93%
B = 10.26%

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

#EE211F (or 0xEE211F) is known color: Scarlet. HEX triplet: EE, 21 and 1F. RGB value is (238,33,31). Sum of RGB (Red+Green+Blue) = 238+33+31=302 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.81% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 238 - color contains mainly: red. Hex color #EE211F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE211F is #11DEE0. Grayscale: #5E5E5E. Windows color (decimal): -1171169 or 2040302. OLE color: 2040302.

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

Color convert

RGB 238 33 31 -
CMYK 0 0.86 0.87 0.07
HSL 0.58º 0.86% 0.53% -
HSV(B) 0.58º 0.87% 0.93% -
XYZ 36.05 19.36 3.13 -
YUV 94.07 92.42 230.66 -
System Red Green Blue C M Y K H S L
Decimal 238 33 31 0 0.86 0.87 0.07 0.58 0.86 0.53
Hex EE 21 1F 0 56 57 7 1 56 35
Octal 356 41 37 0 126 127 7 1 126 65
Binary 11101110 100001 11111 0 1010110 1010111 111 1 1010110 110101

Color Harmonies of #EE211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE211F

Black with #EE211F

Text Example


Text Example

White with #EE211F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE211F; }

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

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

background-color css

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

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

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

border-color css

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

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

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