Html Css Color HEX #E11513 Scarlet

📋 copy color: '#E11513'

red 225 ◦ green 21 ◦ blue 19

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

Shades of Scarlet #E11513

Tints of Scarlet #E11513

RGB

 RED value IS 225 (88.28% from 255) = 84.91%

 GREEN value IS 21 (8.59% from 255) = 7.92%

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

R = 84.91%
G = 7.92%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E11513 (or 0xE11513) is known color: Scarlet. HEX triplet: E1, 15 and 13. RGB value is (225,21,19). Sum of RGB (Red+Green+Blue) = 225+21+19=265 (35% of max value = 765). Red value is 225 (88.28% from 255 or 84.91% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 225 - color contains mainly: red. Hex color #E11513 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11513 is #1EEAEC. Grayscale: #515151. Windows color (decimal): -2026221 or 1250785. OLE color: 1250785.

HSL color Cylindrical-coordinate representation of color #E11513: hue angle of 0.58º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E11513 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 21 19 -
CMYK 0 0.91 0.92 0.12
HSL 0.58º 0.84% 0.48% -
HSV(B) 0.58º 0.92% 0.88% -
XYZ 31.44 16.59 2.16 -
YUV 81.77 92.59 230.16 -
System Red Green Blue C M Y K H S L
Decimal 225 21 19 0 0.91 0.92 0.12 0.58 0.84 0.48
Hex E1 15 13 0 5B 5C C 1 54 30
Octal 341 25 23 0 133 134 14 1 124 60
Binary 11100001 10101 10011 0 1011011 1011100 1100 1 1010100 110000

Color Harmonies of #E11513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11513

Black with #E11513

Text Example


Text Example

White with #E11513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11513; }

 p { color: rgb(225,21,19); }

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

background-color css

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

 a { background-color: rgb(225,21,19); }

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

border-color css

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

 span { border-color: rgb(225,21,19); }

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