Html Css Color HEX #E11512 Scarlet

📋 copy color: '#E11512'

red 225 ◦ green 21 ◦ blue 18

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

Shades of Scarlet #E11512

Tints of Scarlet #E11512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.82%

R = 85.23%
G = 7.95%
B = 6.82%

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

#E11512 (or 0xE11512) is known color: Scarlet. HEX triplet: E1, 15 and 12. RGB value is (225,21,18). Sum of RGB (Red+Green+Blue) = 225+21+18=264 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.23% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 225 - color contains mainly: red. Hex color #E11512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11512 is #1EEAED. Grayscale: #515151. Windows color (decimal): -2026222 or 1185249. OLE color: 1185249.

HSL color Cylindrical-coordinate representation of color #E11512: hue angle of 0.87º degrees, saturation: 0.85, 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 #E11512 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 21 18 -
CMYK 0 0.91 0.92 0.12
HSL 0.87º 0.85% 0.48% -
HSV(B) 0.87º 0.92% 0.88% -
XYZ 31.43 16.59 2.12 -
YUV 81.65 92.09 230.24 -
System Red Green Blue C M Y K H S L
Decimal 225 21 18 0 0.91 0.92 0.12 0.87 0.85 0.48
Hex E1 15 12 0 5B 5C C 1 55 30
Octal 341 25 22 0 133 134 14 1 125 60
Binary 11100001 10101 10010 0 1011011 1011100 1100 1 1010101 110000

Color Harmonies of #E11512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11512

Black with #E11512

Text Example


Text Example

White with #E11512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11512; }

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

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

background-color css

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

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

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

border-color css

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

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

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