Html Css Color HEX #EE2419 Scarlet

📋 copy color: '#EE2419'

red 238 ◦ green 36 ◦ blue 25

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

Shades of Scarlet #EE2419

Tints of Scarlet #EE2419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.36%

R = 79.6%
G = 12.04%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE2419 (or 0xEE2419) is known color: Scarlet. HEX triplet: EE, 24 and 19. RGB value is (238,36,25). Sum of RGB (Red+Green+Blue) = 238+36+25=299 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.60% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2419 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2419 is #11DBE6. Grayscale: #5F5F5F. Windows color (decimal): -1170407 or 1647854. OLE color: 1647854.

HSL color Cylindrical-coordinate representation of color #EE2419: hue angle of 3.1º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE2419 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 36 25 -
CMYK 0 0.85 0.89 0.07
HSL 3.1º 0.86% 0.52% -
HSV(B) 3.1º 0.89% 0.93% -
XYZ 36.07 19.51 2.78 -
YUV 95.14 88.42 229.89 -
System Red Green Blue C M Y K H S L
Decimal 238 36 25 0 0.85 0.89 0.07 3.1 0.86 0.52
Hex EE 24 19 0 55 59 7 3 56 34
Octal 356 44 31 0 125 131 7 3 126 64
Binary 11101110 100100 11001 0 1010101 1011001 111 11 1010110 110100

Color Harmonies of #EE2419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2419

Black with #EE2419

Text Example


Text Example

White with #EE2419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2419; }

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

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

background-color css

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

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

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

border-color css

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

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

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