Html Css Color HEX #EE1308 Scarlet

📋 copy color: '#EE1308'

red 238 ◦ green 19 ◦ blue 8

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

Shades of Scarlet #EE1308

Tints of Scarlet #EE1308

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.17%

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

R = 89.81%
G = 7.17%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EE1308 (or 0xEE1308) is known color: Scarlet. HEX triplet: EE, 13 and 08. RGB value is (238,19,8). Sum of RGB (Red+Green+Blue) = 238+19+8=265 (35% of max value = 765). Red value is 238 (93.36% from 255 or 89.81% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1308 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1308 is #11ECF7. Grayscale: #535353. Windows color (decimal): -1174776 or 529390. OLE color: 529390.

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

Color convert

RGB 238 19 8 -
CMYK 0 0.92 0.97 0.07
HSL 2.87º 0.93% 0.48% -
HSV(B) 2.87º 0.97% 0.93% -
XYZ 35.54 18.66 1.96 -
YUV 83.23 85.55 238.39 -
System Red Green Blue C M Y K H S L
Decimal 238 19 8 0 0.92 0.97 0.07 2.87 0.93 0.48
Hex EE 13 8 0 5C 61 7 3 5D 30
Octal 356 23 10 0 134 141 7 3 135 60
Binary 11101110 10011 1000 0 1011100 1100001 111 11 1011101 110000

Color Harmonies of #EE1308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1308

Black with #EE1308

Text Example


Text Example

White with #EE1308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1308; }

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

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

background-color css

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

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

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

border-color css

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

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

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