#E7150D

Color #E7150D Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #E7150D

Tints of Scarlet #E7150D

Color information

#E7150D (or 0xE7150D) is unknown color: approx Scarlet. HEX triplet: E7, 15 and 0D. RGB value is (231,21,13). Sum of RGB (Red+Green+Blue) = 231+21+13=265 (35% of max value = 765). Red value is 231 (90.62% from 255 or 87.17% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 231 - color contains mainly: red. Hex color #E7150D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7150D is #18EAF2. Grayscale: #535353. Windows color (decimal): -1633011 or 857575. OLE color: 857575.

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

Color convert

RGB2312113-
CMYK00.910.940.09
HSL2.2º89.34%47.84%-
HSV(B)2.2º94.37%90.59%-
XYZ33.317.552.01-
YUV82.8888.57233.65-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 87.17%
GREEN value IS 21 (8.59% from 255) = 7.92%
BLUE value IS 13 (5.47% from 255) = 4.91%
R=87.17%
G=7.92%
B=4.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231211300.910.940.092.289.3447.84
HexE715D05B5E925930
Octal3472515013313611213160
Binary111001111010111010101101110111101001101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7150D; }

 p { color: rgb(231,21,13); }

 H1.HeaderClassName
 {
   color: #E7150D;
 }
 .AnyTagClassName
 {
   color: #E7150D;
 }
</style>
background-color css

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

 a { background-color: rgb(231,21,13); }

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

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

 span { border-color: rgb(231,21,13); }

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