Html Css Color HEX #E11912 Scarlet

📋 copy color: '#E11912'

red 225 ◦ green 25 ◦ blue 18

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

Shades of Scarlet #E11912

Tints of Scarlet #E11912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.33%

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

R = 83.96%
G = 9.33%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E11912 (or 0xE11912) is known color: Scarlet. HEX triplet: E1, 19 and 12. RGB value is (225,25,18). Sum of RGB (Red+Green+Blue) = 225+25+18=268 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.96% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 225 - color contains mainly: red. Hex color #E11912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11912 is #1EE6ED. Grayscale: #545454. Windows color (decimal): -2025198 or 1186273. OLE color: 1186273.

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

Color convert

RGB 225 25 18 -
CMYK 0 0.89 0.92 0.12
HSL 2.03º 0.85% 0.48% -
HSV(B) 2.03º 0.92% 0.88% -
XYZ 31.51 16.75 2.14 -
YUV 84 90.76 228.57 -
System Red Green Blue C M Y K H S L
Decimal 225 25 18 0 0.89 0.92 0.12 2.03 0.85 0.48
Hex E1 19 12 0 59 5C C 2 55 30
Octal 341 31 22 0 131 134 14 2 125 60
Binary 11100001 11001 10010 0 1011001 1011100 1100 10 1010101 110000

Color Harmonies of #E11912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11912

Black with #E11912

Text Example


Text Example

White with #E11912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11912; }

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

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

background-color css

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

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

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

border-color css

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

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

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