Html Css Color HEX #EE3116 Scarlet

📋 copy color: '#EE3116'

red 238 ◦ green 49 ◦ blue 22

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

Shades of Scarlet #EE3116

Tints of Scarlet #EE3116

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.86%

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

R = 77.02%
G = 15.86%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE3116 (or 0xEE3116) is known color: Scarlet. HEX triplet: EE, 31 and 16. RGB value is (238,49,22). Sum of RGB (Red+Green+Blue) = 238+49+22=309 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.02% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3116 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3116 is #11CEE9. Grayscale: #666666. Windows color (decimal): -1167082 or 1454574. OLE color: 1454574.

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

Color convert

RGB 238 49 22 -
CMYK 0 0.79 0.91 0.07
HSL 7.5º 0.86% 0.51% -
HSV(B) 7.5º 0.91% 0.93% -
XYZ 36.5 20.43 2.78 -
YUV 102.43 82.62 224.7 -
System Red Green Blue C M Y K H S L
Decimal 238 49 22 0 0.79 0.91 0.07 7.5 0.86 0.51
Hex EE 31 16 0 4F 5B 7 8 56 33
Octal 356 61 26 0 117 133 7 10 126 63
Binary 11101110 110001 10110 0 1001111 1011011 111 1000 1010110 110011

Color Harmonies of #EE3116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3116

Black with #EE3116

Text Example


Text Example

White with #EE3116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3116; }

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

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

background-color css

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

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

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

border-color css

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

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

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