#e72216

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

Shades of Scarlet #E72216

Tints of Scarlet #E72216

Color information

#E72216 (or 0xE72216) is unknown color: approx Scarlet. HEX triplet: E7, 22 and 16. RGB value is (231,34,22). Sum of RGB (Red+Green+Blue) = 231+34+22=287 (38% of max value = 765). Red value is 231 (90.62% from 255 or 80.49% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 231 - color contains mainly: red. Hex color #E72216 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E72216 is #18DDE9. Grayscale: #5B5B5B. Windows color (decimal): -1629674 or 1450727. OLE color: 1450727.

HSL color Cylindrical-coordinate representation of color #E72216: hue angle of 3.44º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E72216 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.09.

Color convert

RGB2313422-
CMYK00.850.900.09
HSL3.44º82.61%49.61%-
HSV(B)3.44º90.48%90.59%-
XYZ33.6718.192.5-
YUV91.5488.77227.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 80.49%
GREEN value IS 34 (13.67% from 255) = 11.85%
BLUE value IS 22 (8.98% from 255) = 7.67%
R=80.49%
G=11.85%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.90
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231342200.850.900.093.4482.6149.61
HexE722160555A935332
Octal3474226012513211312362
Binary11100111100010101100101010110110101001111010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e72216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e72216; }

 p { color: rgb(231,34,22); }

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

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

 a { background-color: rgb(231,34,22); }

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

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

 span { border-color: rgb(231,34,22); }

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