Html Css Color HEX #EE3516 Scarlet

📋 copy color: '#EE3516'

red 238 ◦ green 53 ◦ blue 22

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

Shades of Scarlet #EE3516

Tints of Scarlet #EE3516

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.93%

 BLUE value IS 22 (8.98% from 255) = 7.03%

R = 76.04%
G = 16.93%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE3516 (or 0xEE3516) is known color: Scarlet. HEX triplet: EE, 35 and 16. RGB value is (238,53,22). Sum of RGB (Red+Green+Blue) = 238+53+22=313 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.04% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3516 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3516 is #11CAE9. Grayscale: #696969. Windows color (decimal): -1166058 or 1455598. OLE color: 1455598.

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

Color convert

RGB 238 53 22 -
CMYK 0 0.78 0.91 0.07
HSL 8.61º 0.86% 0.51% -
HSV(B) 8.61º 0.91% 0.93% -
XYZ 36.68 20.78 2.84 -
YUV 104.78 81.29 223.02 -
System Red Green Blue C M Y K H S L
Decimal 238 53 22 0 0.78 0.91 0.07 8.61 0.86 0.51
Hex EE 35 16 0 4E 5B 7 9 56 33
Octal 356 65 26 0 116 133 7 11 126 63
Binary 11101110 110101 10110 0 1001110 1011011 111 1001 1010110 110011

Color Harmonies of #EE3516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3516

Black with #EE3516

Text Example


Text Example

White with #EE3516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3516; }

 p { color: rgb(238,53,22); }

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

background-color css

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

 a { background-color: rgb(238,53,22); }

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

border-color css

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

 span { border-color: rgb(238,53,22); }

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