Html Css Color HEX #EE3109 Scarlet

📋 copy color: '#EE3109'

red 238 ◦ green 49 ◦ blue 9

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

Shades of Scarlet #EE3109

Tints of Scarlet #EE3109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.04%

R = 80.41%
G = 16.55%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE3109 (or 0xEE3109) is known color: Scarlet. HEX triplet: EE, 31 and 09. RGB value is (238,49,9). Sum of RGB (Red+Green+Blue) = 238+49+9=296 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.41% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3109 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3109 is #11CEF6. Grayscale: #656565. Windows color (decimal): -1167095 or 602606. OLE color: 602606.

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

Color convert

RGB 238 49 9 -
CMYK 0 0.79 0.96 0.07
HSL 10.48º 0.93% 0.48% -
HSV(B) 10.48º 0.96% 0.93% -
XYZ 36.41 20.39 2.28 -
YUV 100.95 76.12 225.75 -
System Red Green Blue C M Y K H S L
Decimal 238 49 9 0 0.79 0.96 0.07 10.48 0.93 0.48
Hex EE 31 9 0 4F 60 7 A 5D 30
Octal 356 61 11 0 117 140 7 12 135 60
Binary 11101110 110001 1001 0 1001111 1100000 111 1010 1011101 110000

Color Harmonies of #EE3109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3109

Black with #EE3109

Text Example


Text Example

White with #EE3109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3109; }

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

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

background-color css

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

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

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

border-color css

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

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

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