#F1310F

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

Shades of Scarlet #F1310F

Tints of Scarlet #F1310F

Color information

#F1310F (or 0xF1310F) is unknown color: approx Scarlet. HEX triplet: F1, 31 and 0F. RGB value is (241,49,15). Sum of RGB (Red+Green+Blue) = 241+49+15=305 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.02% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 241 - color contains mainly: red. Hex color #F1310F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1310F is #0ECEF0. Grayscale: #666666. Windows color (decimal): -970481 or 995825. OLE color: 995825.

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

Color convert

RGB2414915-
CMYK00.800.940.05
HSL9.03º88.98%50.2%-
HSV(B)9.03º93.78%94.51%-
XYZ37.4620.932.52-
YUV102.5378.61226.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 79.02%
GREEN value IS 49 (19.53% from 255) = 16.07%
BLUE value IS 15 (6.25% from 255) = 4.92%
R=79.02%
G=16.07%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.94
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241491500.800.940.059.0388.9850.2
HexF131F0505E595932
Octal3616117012013651113162
Binary11110001110001111101010000101111010110011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1310F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1310F; }

 p { color: rgb(241,49,15); }

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

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

 a { background-color: rgb(241,49,15); }

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

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

 span { border-color: rgb(241,49,15); }

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