Html Css Color HEX #EE2918 Scarlet

📋 copy color: '#EE2918'

red 238 ◦ green 41 ◦ blue 24

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

Shades of Scarlet #EE2918

Tints of Scarlet #EE2918

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.53%

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

R = 78.55%
G = 13.53%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EE2918 (or 0xEE2918) is known color: Scarlet. HEX triplet: EE, 29 and 18. RGB value is (238,41,24). Sum of RGB (Red+Green+Blue) = 238+41+24=303 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.55% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2918 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2918 is #11D6E7. Grayscale: #626262. Windows color (decimal): -1169128 or 1583598. OLE color: 1583598.

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

Color convert

RGB 238 41 24 -
CMYK 0 0.83 0.90 0.07
HSL 4.77º 0.86% 0.51% -
HSV(B) 4.77º 0.9% 0.93% -
XYZ 36.22 19.83 2.78 -
YUV 97.97 86.27 227.88 -
System Red Green Blue C M Y K H S L
Decimal 238 41 24 0 0.83 0.90 0.07 4.77 0.86 0.51
Hex EE 29 18 0 53 5A 7 5 56 33
Octal 356 51 30 0 123 132 7 5 126 63
Binary 11101110 101001 11000 0 1010011 1011010 111 101 1010110 110011

Color Harmonies of #EE2918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2918

Black with #EE2918

Text Example


Text Example

White with #EE2918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2918; }

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

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

background-color css

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

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

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

border-color css

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

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

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