#E72506

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

Shades of Scarlet #E72506

Tints of Scarlet #E72506

Color information

#E72506 (or 0xE72506) is unknown color: approx Scarlet. HEX triplet: E7, 25 and 06. RGB value is (231,37,6). Sum of RGB (Red+Green+Blue) = 231+37+6=274 (36% of max value = 765). Red value is 231 (90.62% from 255 or 84.31% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 231 - color contains mainly: red. Hex color #E72506 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E72506 is #18DAF9. Grayscale: #5B5B5B. Windows color (decimal): -1628922 or 402919. OLE color: 402919.

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

Color convert

RGB231376-
CMYK00.840.970.09
HSL8.27º94.94%46.47%-
HSV(B)8.27º97.4%90.59%-
XYZ33.6518.331.94-
YUV91.4779.77227.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 84.31%
GREEN value IS 37 (14.84% from 255) = 13.50%
BLUE value IS 6 (2.73% from 255) = 2.19%
R=84.31%
G=13.50%
B=2.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.97
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23137600.840.970.098.2794.9446.47
HexE725605461985f2e
Octal3474560124141111013756
Binary11100111100101110010101001100001100110001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E72506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E72506; }

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

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

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

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

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

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

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

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