Html Css Color HEX #E1190E Scarlet

📋 copy color: '#E1190E'

red 225 ◦ green 25 ◦ blue 14

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

Shades of Scarlet #E1190E

Tints of Scarlet #E1190E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.3%

R = 85.23%
G = 9.47%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E1190E (or 0xE1190E) is known color: Scarlet. HEX triplet: E1, 19 and 0E. RGB value is (225,25,14). Sum of RGB (Red+Green+Blue) = 225+25+14=264 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.23% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 225 - color contains mainly: red. Hex color #E1190E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1190E is #1EE6F1. Grayscale: #535353. Windows color (decimal): -2025202 or 924129. OLE color: 924129.

HSL color Cylindrical-coordinate representation of color #E1190E: hue angle of 3.13º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1190E is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 25 14 -
CMYK 0 0.89 0.94 0.12
HSL 3.13º 0.88% 0.47% -
HSV(B) 3.13º 0.94% 0.88% -
XYZ 31.48 16.73 1.99 -
YUV 83.55 88.76 228.89 -
System Red Green Blue C M Y K H S L
Decimal 225 25 14 0 0.89 0.94 0.12 3.13 0.88 0.47
Hex E1 19 E 0 59 5E C 3 58 2F
Octal 341 31 16 0 131 136 14 3 130 57
Binary 11100001 11001 1110 0 1011001 1011110 1100 11 1011000 101111

Color Harmonies of #E1190E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1190E

Black with #E1190E

Text Example


Text Example

White with #E1190E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1190E; }

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

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

background-color css

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

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

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

border-color css

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

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

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