#F12915

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

Shades of Scarlet #F12915

Tints of Scarlet #F12915

Color information

#F12915 (or 0xF12915) is unknown color: approx Scarlet. HEX triplet: F1, 29 and 15. RGB value is (241,41,21). Sum of RGB (Red+Green+Blue) = 241+41+21=303 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.54% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 241 - color contains mainly: red. Hex color #F12915 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12915 is #0ED6EA. Grayscale: #626262. Windows color (decimal): -972523 or 1386993. OLE color: 1386993.

HSL color Cylindrical-coordinate representation of color #F12915: hue angle of 5.45º 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 #F12915 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB2414121-
CMYK00.830.910.05
HSL5.45º88.71%51.37%-
HSV(B)5.45º91.29%94.51%-
XYZ37.220.342.67-
YUV98.5284.26229.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 79.54%
GREEN value IS 41 (16.41% from 255) = 13.53%
BLUE value IS 21 (8.59% from 255) = 6.93%
R=79.54%
G=13.53%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241412100.830.910.055.4588.7151.37
HexF129150535B555933
Octal361512501231335513163
Binary11110001101001101010101001110110111011011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12915; }

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

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

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

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

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

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

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

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