#E7260F

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

Shades of Scarlet #E7260F

Tints of Scarlet #E7260F

Color information

#E7260F (or 0xE7260F) is unknown color: approx Scarlet. HEX triplet: E7, 26 and 0F. RGB value is (231,38,15). Sum of RGB (Red+Green+Blue) = 231+38+15=284 (37% of max value = 765). Red value is 231 (90.62% from 255 or 81.34% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 231 - color contains mainly: red. Hex color #E7260F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7260F is #18D9F0. Grayscale: #5D5D5D. Windows color (decimal): -1628657 or 992999. OLE color: 992999.

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

Color convert

RGB2313815-
CMYK00.840.940.09
HSL6.39º87.8%48.24%-
HSV(B)6.39º93.51%90.59%-
XYZ33.7318.412.23-
YUV93.0883.94226.37-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 81.34%
GREEN value IS 38 (15.23% from 255) = 13.38%
BLUE value IS 15 (6.25% from 255) = 5.28%
R=81.34%
G=13.38%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231381500.840.940.096.3987.848.24
HexE726F0545E965830
Octal3474617012413611613060
Binary11100111100110111101010100101111010011101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7260F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7260F; }

 p { color: rgb(231,38,15); }

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

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

 a { background-color: rgb(231,38,15); }

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

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

 span { border-color: rgb(231,38,15); }

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