Html Css Color HEX #EE2310 Scarlet

📋 copy color: '#EE2310'

red 238 ◦ green 35 ◦ blue 16

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

Shades of Scarlet #EE2310

Tints of Scarlet #EE2310

RGB

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

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

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

R = 82.35%
G = 12.11%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EE2310 (or 0xEE2310) is known color: Scarlet. HEX triplet: EE, 23 and 10. RGB value is (238,35,16). Sum of RGB (Red+Green+Blue) = 238+35+16=289 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.35% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2310 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2310 is #11DCEF. Grayscale: #5D5D5D. Windows color (decimal): -1170672 or 1057774. OLE color: 1057774.

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

Color convert

RGB 238 35 16 -
CMYK 0 0.85 0.93 0.07
HSL 5.14º 0.87% 0.5% -
HSV(B) 5.14º 0.93% 0.93% -
XYZ 35.95 19.42 2.34 -
YUV 93.53 84.25 231.04 -
System Red Green Blue C M Y K H S L
Decimal 238 35 16 0 0.85 0.93 0.07 5.14 0.87 0.5
Hex EE 23 10 0 55 5D 7 5 57 32
Octal 356 43 20 0 125 135 7 5 127 62
Binary 11101110 100011 10000 0 1010101 1011101 111 101 1010111 110010

Color Harmonies of #EE2310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2310

Black with #EE2310

Text Example


Text Example

White with #EE2310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2310; }

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

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

background-color css

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

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

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

border-color css

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

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

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