#F1190D

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

Shades of Scarlet #F1190D

Tints of Scarlet #F1190D

Color information

#F1190D (or 0xF1190D) is unknown color: approx Scarlet. HEX triplet: F1, 19 and 0D. RGB value is (241,25,13). Sum of RGB (Red+Green+Blue) = 241+25+13=279 (36% of max value = 765). Red value is 241 (94.53% from 255 or 86.38% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 241 - color contains mainly: red. Hex color #F1190D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1190D is #0EE6F2. Grayscale: #585858. Windows color (decimal): -976627 or 858609. OLE color: 858609.

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

Color convert

RGB2412513-
CMYK00.900.950.05
HSL3.16º89.76%49.8%-
HSV(B)3.16º94.61%94.51%-
XYZ36.719.432.2-
YUV88.2285.56236.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 86.38%
GREEN value IS 25 (10.16% from 255) = 8.96%
BLUE value IS 13 (5.47% from 255) = 4.66%
R=86.38%
G=8.96%
B=4.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.95
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241251300.900.950.053.1689.7649.8
HexF119D05A5F535a32
Octal361311501321375313262
Binary11110001110011101010110101011111101111011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1190D; }

 p { color: rgb(241,25,13); }

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

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

 a { background-color: rgb(241,25,13); }

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

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

 span { border-color: rgb(241,25,13); }

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