Html Css Color HEX #EE2508 Scarlet

📋 copy color: '#EE2508'

red 238 ◦ green 37 ◦ blue 8

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

Shades of Scarlet #EE2508

Tints of Scarlet #EE2508

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.07%

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

R = 84.1%
G = 13.07%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EE2508 (or 0xEE2508) is known color: Scarlet. HEX triplet: EE, 25 and 08. RGB value is (238,37,8). Sum of RGB (Red+Green+Blue) = 238+37+8=283 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.10% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2508 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2508 is #11DAF7. Grayscale: #5E5E5E. Windows color (decimal): -1170168 or 533998. OLE color: 533998.

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

Color convert

RGB 238 37 8 -
CMYK 0 0.84 0.97 0.07
HSL 7.57º 0.93% 0.48% -
HSV(B) 7.57º 0.97% 0.93% -
XYZ 35.97 19.52 2.1 -
YUV 93.79 79.59 230.86 -
System Red Green Blue C M Y K H S L
Decimal 238 37 8 0 0.84 0.97 0.07 7.57 0.93 0.48
Hex EE 25 8 0 54 61 7 8 5D 30
Octal 356 45 10 0 124 141 7 10 135 60
Binary 11101110 100101 1000 0 1010100 1100001 111 1000 1011101 110000

Color Harmonies of #EE2508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2508

Black with #EE2508

Text Example


Text Example

White with #EE2508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2508; }

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

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

background-color css

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

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

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

border-color css

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

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

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