Html Css Color HEX #EE3119 Scarlet

📋 copy color: '#EE3119'

red 238 ◦ green 49 ◦ blue 25

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

Shades of Scarlet #EE3119

Tints of Scarlet #EE3119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.01%

R = 76.28%
G = 15.71%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE3119 (or 0xEE3119) is known color: Scarlet. HEX triplet: EE, 31 and 19. RGB value is (238,49,25). Sum of RGB (Red+Green+Blue) = 238+49+25=312 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.28% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3119 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3119 is #11CEE6. Grayscale: #676767. Windows color (decimal): -1167079 or 1651182. OLE color: 1651182.

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

Color convert

RGB 238 49 25 -
CMYK 0 0.79 0.89 0.07
HSL 6.76º 0.86% 0.52% -
HSV(B) 6.76º 0.89% 0.93% -
XYZ 36.53 20.44 2.94 -
YUV 102.78 84.12 224.45 -
System Red Green Blue C M Y K H S L
Decimal 238 49 25 0 0.79 0.89 0.07 6.76 0.86 0.52
Hex EE 31 19 0 4F 59 7 7 56 34
Octal 356 61 31 0 117 131 7 7 126 64
Binary 11101110 110001 11001 0 1001111 1011001 111 111 1010110 110100

Color Harmonies of #EE3119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3119

Black with #EE3119

Text Example


Text Example

White with #EE3119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3119; }

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

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

background-color css

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

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

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

border-color css

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

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

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