Html Css Color HEX #EE2518 Scarlet

📋 copy color: '#EE2518'

red 238 ◦ green 37 ◦ blue 24

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

Shades of Scarlet #EE2518

Tints of Scarlet #EE2518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.03%

R = 79.6%
G = 12.37%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EE2518 (or 0xEE2518) is known color: Scarlet. HEX triplet: EE, 25 and 18. RGB value is (238,37,24). Sum of RGB (Red+Green+Blue) = 238+37+24=299 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.60% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2518 is #11DAE7. Grayscale: #5F5F5F. Windows color (decimal): -1170152 or 1582574. OLE color: 1582574.

HSL color Cylindrical-coordinate representation of color #EE2518: hue angle of 3.64º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE2518 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 37 24 -
CMYK 0 0.84 0.90 0.07
HSL 3.64º 0.86% 0.51% -
HSV(B) 3.64º 0.9% 0.93% -
XYZ 36.09 19.57 2.74 -
YUV 95.62 87.59 229.56 -
System Red Green Blue C M Y K H S L
Decimal 238 37 24 0 0.84 0.90 0.07 3.64 0.86 0.51
Hex EE 25 18 0 54 5A 7 4 56 33
Octal 356 45 30 0 124 132 7 4 126 63
Binary 11101110 100101 11000 0 1010100 1011010 111 100 1010110 110011

Color Harmonies of #EE2518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2518

Black with #EE2518

Text Example


Text Example

White with #EE2518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2518; }

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

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

background-color css

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

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

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

border-color css

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

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

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