#F13515

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

Shades of Scarlet #F13515

Tints of Scarlet #F13515

Color information

#F13515 (or 0xF13515) is unknown color: approx Scarlet. HEX triplet: F1, 35 and 15. RGB value is (241,53,21). Sum of RGB (Red+Green+Blue) = 241+53+21=315 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.51% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 241 - color contains mainly: red. Hex color #F13515 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13515 is #0ECAEA. Grayscale: #696969. Windows color (decimal): -969451 or 1390065. OLE color: 1390065.

HSL color Cylindrical-coordinate representation of color #F13515: hue angle of 8.73º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F13515 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB2415321-
CMYK00.780.910.05
HSL8.73º88.71%51.37%-
HSV(B)8.73º91.29%94.51%-
XYZ37.6821.32.83-
YUV105.5680.28224.6-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 76.51%
GREEN value IS 53 (21.09% from 255) = 16.83%
BLUE value IS 21 (8.59% from 255) = 6.67%
R=76.51%
G=16.83%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241532100.780.910.058.7388.7151.37
HexF1351504E5B595933
Octal3616525011613351113163
Binary111100011101011010101001110101101110110011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13515; }

 p { color: rgb(241,53,21); }

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

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

 a { background-color: rgb(241,53,21); }

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

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

 span { border-color: rgb(241,53,21); }

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