Html Css Color HEX #EE3117 Scarlet

📋 copy color: '#EE3117'

red 238 ◦ green 49 ◦ blue 23

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

Shades of Scarlet #EE3117

Tints of Scarlet #EE3117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.42%

R = 76.77%
G = 15.81%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EE3117 (or 0xEE3117) is known color: Scarlet. HEX triplet: EE, 31 and 17. RGB value is (238,49,23). Sum of RGB (Red+Green+Blue) = 238+49+23=310 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.77% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 23 (9.38% from 255 or 7.42% from 310); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3117 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3117 is #11CEE8. Grayscale: #666666. Windows color (decimal): -1167081 or 1520110. OLE color: 1520110.

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

Color convert

RGB 238 49 23 -
CMYK 0 0.79 0.90 0.07
HSL 7.26º 0.86% 0.51% -
HSV(B) 7.26º 0.9% 0.93% -
XYZ 36.51 20.44 2.83 -
YUV 102.55 83.12 224.61 -
System Red Green Blue C M Y K H S L
Decimal 238 49 23 0 0.79 0.90 0.07 7.26 0.86 0.51
Hex EE 31 17 0 4F 5A 7 7 56 33
Octal 356 61 27 0 117 132 7 7 126 63
Binary 11101110 110001 10111 0 1001111 1011010 111 111 1010110 110011

Color Harmonies of #EE3117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3117

Black with #EE3117

Text Example


Text Example

White with #EE3117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3117; }

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

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

background-color css

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

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

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

border-color css

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

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

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