Html Css Color HEX #EE2210 Scarlet

📋 copy color: '#EE2210'

red 238 ◦ green 34 ◦ blue 16

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

Shades of Scarlet #EE2210

Tints of Scarlet #EE2210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.56%

R = 82.64%
G = 11.81%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EE2210 (or 0xEE2210) is known color: Scarlet. HEX triplet: EE, 22 and 10. RGB value is (238,34,16). Sum of RGB (Red+Green+Blue) = 238+34+16=288 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.64% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2210 is #11DDEF. Grayscale: #5D5D5D. Windows color (decimal): -1170928 or 1057518. OLE color: 1057518.

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

Color convert

RGB 238 34 16 -
CMYK 0 0.86 0.93 0.07
HSL 4.86º 0.87% 0.5% -
HSV(B) 4.86º 0.93% 0.93% -
XYZ 35.93 19.36 2.33 -
YUV 92.94 84.59 231.46 -
System Red Green Blue C M Y K H S L
Decimal 238 34 16 0 0.86 0.93 0.07 4.86 0.87 0.5
Hex EE 22 10 0 56 5D 7 5 57 32
Octal 356 42 20 0 126 135 7 5 127 62
Binary 11101110 100010 10000 0 1010110 1011101 111 101 1010111 110010

Color Harmonies of #EE2210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2210

Black with #EE2210

Text Example


Text Example

White with #EE2210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2210; }

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

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

background-color css

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

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

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

border-color css

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

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

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