Html Css Color HEX #EE2418 Scarlet

📋 copy color: '#EE2418'

red 238 ◦ green 36 ◦ blue 24

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

Shades of Scarlet #EE2418

Tints of Scarlet #EE2418

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.08%

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

R = 79.87%
G = 12.08%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EE2418 (or 0xEE2418) is known color: Scarlet. HEX triplet: EE, 24 and 18. RGB value is (238,36,24). Sum of RGB (Red+Green+Blue) = 238+36+24=298 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.87% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2418 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2418 is #11DBE7. Grayscale: #5F5F5F. Windows color (decimal): -1170408 or 1582318. OLE color: 1582318.

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

Color convert

RGB 238 36 24 -
CMYK 0 0.85 0.90 0.07
HSL 3.36º 0.86% 0.51% -
HSV(B) 3.36º 0.9% 0.93% -
XYZ 36.06 19.5 2.73 -
YUV 95.03 87.92 229.98 -
System Red Green Blue C M Y K H S L
Decimal 238 36 24 0 0.85 0.90 0.07 3.36 0.86 0.51
Hex EE 24 18 0 55 5A 7 3 56 33
Octal 356 44 30 0 125 132 7 3 126 63
Binary 11101110 100100 11000 0 1010101 1011010 111 11 1010110 110011

Color Harmonies of #EE2418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2418

Black with #EE2418

Text Example


Text Example

White with #EE2418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2418; }

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

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

background-color css

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

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

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

border-color css

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

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

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