Html Css Color HEX #EE1908 Scarlet

📋 copy color: '#EE1908'

red 238 ◦ green 25 ◦ blue 8

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

Shades of Scarlet #EE1908

Tints of Scarlet #EE1908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.23%

 BLUE value IS 8 (3.52% from 255) = 2.95%

R = 87.82%
G = 9.23%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EE1908 (or 0xEE1908) is known color: Scarlet. HEX triplet: EE, 19 and 08. RGB value is (238,25,8). Sum of RGB (Red+Green+Blue) = 238+25+8=271 (35% of max value = 765). Red value is 238 (93.36% from 255 or 87.82% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 8 (3.52% from 255 or 2.95% from 271); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1908 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1908 is #11E6F7. Grayscale: #575757. Windows color (decimal): -1173240 or 530926. OLE color: 530926.

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

Color convert

RGB 238 25 8 -
CMYK 0 0.89 0.97 0.07
HSL 4.43º 0.93% 0.48% -
HSV(B) 4.43º 0.97% 0.93% -
XYZ 35.65 18.89 2 -
YUV 86.75 83.57 235.88 -
System Red Green Blue C M Y K H S L
Decimal 238 25 8 0 0.89 0.97 0.07 4.43 0.93 0.48
Hex EE 19 8 0 59 61 7 4 5D 30
Octal 356 31 10 0 131 141 7 4 135 60
Binary 11101110 11001 1000 0 1011001 1100001 111 100 1011101 110000

Color Harmonies of #EE1908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1908

Black with #EE1908

Text Example


Text Example

White with #EE1908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1908; }

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

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

background-color css

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

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

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

border-color css

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

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

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