Html Css Color HEX #EE2413 Scarlet

📋 copy color: '#EE2413'

red 238 ◦ green 36 ◦ blue 19

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

Shades of Scarlet #EE2413

Tints of Scarlet #EE2413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.48%

R = 81.23%
G = 12.29%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE2413 (or 0xEE2413) is known color: Scarlet. HEX triplet: EE, 24 and 13. RGB value is (238,36,19). Sum of RGB (Red+Green+Blue) = 238+36+19=293 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.23% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2413 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2413 is #11DBEC. Grayscale: #5E5E5E. Windows color (decimal): -1170413 or 1254638. OLE color: 1254638.

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

Color convert

RGB 238 36 19 -
CMYK 0 0.85 0.92 0.07
HSL 4.66º 0.87% 0.5% -
HSV(B) 4.66º 0.92% 0.93% -
XYZ 36.01 19.49 2.48 -
YUV 94.46 85.42 230.38 -
System Red Green Blue C M Y K H S L
Decimal 238 36 19 0 0.85 0.92 0.07 4.66 0.87 0.5
Hex EE 24 13 0 55 5C 7 5 57 32
Octal 356 44 23 0 125 134 7 5 127 62
Binary 11101110 100100 10011 0 1010101 1011100 111 101 1010111 110010

Color Harmonies of #EE2413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2413

Black with #EE2413

Text Example


Text Example

White with #EE2413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2413; }

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

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

background-color css

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

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

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

border-color css

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

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

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