#E72D0E

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

Shades of Scarlet #E72D0E

Tints of Scarlet #E72D0E

Color information

#E72D0E (or 0xE72D0E) is unknown color: approx Scarlet. HEX triplet: E7, 2D and 0E. RGB value is (231,45,14). Sum of RGB (Red+Green+Blue) = 231+45+14=290 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.66% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 231 - color contains mainly: red. Hex color #E72D0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E72D0E is #18D2F1. Grayscale: #616161. Windows color (decimal): -1626866 or 929255. OLE color: 929255.

HSL color Cylindrical-coordinate representation of color #E72D0E: hue angle of 8.57º 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 #E72D0E is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB2314514-
CMYK00.810.940.09
HSL8.57º88.57%48.04%-
HSV(B)8.57º93.94%90.59%-
XYZ33.9718.92.27-
YUV97.0881.12223.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 79.66%
GREEN value IS 45 (17.97% from 255) = 15.52%
BLUE value IS 14 (5.86% from 255) = 4.83%
R=79.66%
G=15.52%
B=4.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231451400.810.940.098.5788.5748.04
HexE72DE0515E995930
Octal34755160121136111113160
Binary111001111011011110010100011011110100110011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E72D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E72D0E; }

 p { color: rgb(231,45,14); }

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

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

 a { background-color: rgb(231,45,14); }

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

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

 span { border-color: rgb(231,45,14); }

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