Shades of Scarlet #F13010
Tints of Scarlet #F13010
RGB
CMYK
RGB Variations
Color information
#F13010 (or 0xF13010) is known color: Scarlet. HEX triplet: F1, 30 and 10. RGB value is (241,48,16). Sum of RGB (Red+Green+Blue) = 241+48+16=305 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.02% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 241 - color contains mainly: red. Hex color #F13010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13010 is #0ECFEF. Grayscale: #666666. Windows color (decimal): -970736 or 1061105. OLE color: 1061105.
HSL color Cylindrical-coordinate representation of color #F13010: hue angle of 8.53º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F13010 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 48 | 16 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.05 |
| HSL | 8.53º | 0.89% | 0.5% | - |
| HSV(B) | 8.53º | 0.93% | 0.95% | - |
| XYZ | 37.43 | 20.85 | 2.54 | - |
| YUV | 102.06 | 79.44 | 227.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 48 | 16 | 0 | 0.80 | 0.93 | 0.05 | 8.53 | 0.89 | 0.5 |
| Hex | F1 | 30 | 10 | 0 | 50 | 5D | 5 | 9 | 59 | 32 |
| Octal | 361 | 60 | 20 | 0 | 120 | 135 | 5 | 11 | 131 | 62 |
| Binary | 11110001 | 110000 | 10000 | 0 | 1010000 | 1011101 | 101 | 1001 | 1011001 | 110010 |
Color Harmonies of #F13010
Complementary color
Monochromatic Colors of #F13010
Black with #F13010
Text Example
Text Example
White with #F13010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13010; }
p { color: rgb(241,48,16); }
H1.HeaderClassName
{
color: #F13010;
}
.AnyTagClassName
{
color: #F13010;
}
</style>
background-color css
<style>
a { background-color: #F13010; }
a { background-color: rgb(241,48,16); }
div.DivClassName
{
background-color: #F13010;
}
.BgClassName
{
background-color: #F13010;
}
</style>
border-color css
<style>
span { border-color: #F13010; }
span { border-color: rgb(241,48,16); }
td.TdClassName
{
border-color: #F13010;
}
.TagClassName
{
border-color: #F13010;
}
</style>