#E72514

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

Shades of Scarlet #E72514

Tints of Scarlet #E72514

Color information

#E72514 (or 0xE72514) is unknown color: approx Scarlet. HEX triplet: E7, 25 and 14. RGB value is (231,37,20). Sum of RGB (Red+Green+Blue) = 231+37+20=288 (38% of max value = 765). Red value is 231 (90.62% from 255 or 80.21% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 231 - color contains mainly: red. Hex color #E72514 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E72514 is #18DAEB. Grayscale: #5D5D5D. Windows color (decimal): -1628908 or 1320423. OLE color: 1320423.

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

Color convert

RGB2313720-
CMYK00.840.910.09
HSL4.83º84.06%49.22%-
HSV(B)4.83º91.34%90.59%-
XYZ33.7418.362.43-
YUV93.0786.77226.38-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 80.21%
GREEN value IS 37 (14.84% from 255) = 12.85%
BLUE value IS 20 (8.20% from 255) = 6.94%
R=80.21%
G=12.85%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.91
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231372000.840.910.094.8384.0649.22
HexE725140545B955431
Octal3474524012413311512461
Binary111001111001011010001010100101101110011011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E72514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E72514; }

 p { color: rgb(231,37,20); }

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

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

 a { background-color: rgb(231,37,20); }

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

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

 span { border-color: rgb(231,37,20); }

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