Html Css Color HEX #EE2513 Scarlet

📋 copy color: '#EE2513'

red 238 ◦ green 37 ◦ blue 19

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

Shades of Scarlet #EE2513

Tints of Scarlet #EE2513

RGB

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

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

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

R = 80.95%
G = 12.59%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE2513 (or 0xEE2513) is known color: Scarlet. HEX triplet: EE, 25 and 13. RGB value is (238,37,19). Sum of RGB (Red+Green+Blue) = 238+37+19=294 (38% of max value = 765). Red value is 238 (93.36% from 255 or 80.95% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2513 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2513 is #11DAEC. Grayscale: #5F5F5F. Windows color (decimal): -1170157 or 1254894. OLE color: 1254894.

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

Color convert

RGB 238 37 19 -
CMYK 0 0.84 0.92 0.07
HSL 4.93º 0.87% 0.5% -
HSV(B) 4.93º 0.92% 0.93% -
XYZ 36.04 19.55 2.49 -
YUV 95.05 85.09 229.96 -
System Red Green Blue C M Y K H S L
Decimal 238 37 19 0 0.84 0.92 0.07 4.93 0.87 0.5
Hex EE 25 13 0 54 5C 7 5 57 32
Octal 356 45 23 0 124 134 7 5 127 62
Binary 11101110 100101 10011 0 1010100 1011100 111 101 1010111 110010

Color Harmonies of #EE2513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2513

Black with #EE2513

Text Example


Text Example

White with #EE2513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2513; }

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

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

background-color css

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

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

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

border-color css

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

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

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