Html Css Color HEX #EE1C08 Scarlet

📋 copy color: '#EE1C08'

red 238 ◦ green 28 ◦ blue 8

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

Shades of Scarlet #EE1C08

Tints of Scarlet #EE1C08

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.22%

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

R = 86.86%
G = 10.22%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EE1C08 (or 0xEE1C08) is known color: Scarlet. HEX triplet: EE, 1C and 08. RGB value is (238,28,8). Sum of RGB (Red+Green+Blue) = 238+28+8=274 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.86% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1C08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE1C08 is #11E3F7. Grayscale: #585858. Windows color (decimal): -1172472 or 531694. OLE color: 531694.

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

Color convert

RGB 238 28 8 -
CMYK 0 0.88 0.97 0.07
HSL 5.22º 0.93% 0.48% -
HSV(B) 5.22º 0.97% 0.93% -
XYZ 35.72 19.03 2.02 -
YUV 88.51 82.57 234.63 -
System Red Green Blue C M Y K H S L
Decimal 238 28 8 0 0.88 0.97 0.07 5.22 0.93 0.48
Hex EE 1C 8 0 58 61 7 5 5D 30
Octal 356 34 10 0 130 141 7 5 135 60
Binary 11101110 11100 1000 0 1011000 1100001 111 101 1011101 110000

Color Harmonies of #EE1C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1C08

Black with #EE1C08

Text Example


Text Example

White with #EE1C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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