Shades of Scarlet #F13311
Tints of Scarlet #F13311
RGB
CMYK
RGB Variations
Color information
#F13311 (or 0xF13311) is known color: Scarlet. HEX triplet: F1, 33 and 11. RGB value is (241,51,17). Sum of RGB (Red+Green+Blue) = 241+51+17=309 (40% of max value = 765). Red value is 241 (94.53% from 255 or 77.99% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 241 - color contains mainly: red. Hex color #F13311 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13311 is #0ECCEE. Grayscale: #686868. Windows color (decimal): -969967 or 1127409. OLE color: 1127409.
HSL color Cylindrical-coordinate representation of color #F13311: hue angle of 9.11º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F13311 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 51 | 17 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.05 |
| HSL | 9.11º | 0.89% | 0.51% | - |
| HSV(B) | 9.11º | 0.93% | 0.95% | - |
| XYZ | 37.56 | 21.11 | 2.63 | - |
| YUV | 103.93 | 78.95 | 225.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 51 | 17 | 0 | 0.79 | 0.93 | 0.05 | 9.11 | 0.89 | 0.51 |
| Hex | F1 | 33 | 11 | 0 | 4F | 5D | 5 | 9 | 59 | 33 |
| Octal | 361 | 63 | 21 | 0 | 117 | 135 | 5 | 11 | 131 | 63 |
| Binary | 11110001 | 110011 | 10001 | 0 | 1001111 | 1011101 | 101 | 1001 | 1011001 | 110011 |
Color Harmonies of #F13311
Complementary color
Monochromatic Colors of #F13311
Black with #F13311
Text Example
Text Example
White with #F13311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13311; }
p { color: rgb(241,51,17); }
H1.HeaderClassName
{
color: #F13311;
}
.AnyTagClassName
{
color: #F13311;
}
</style>
background-color css
<style>
a { background-color: #F13311; }
a { background-color: rgb(241,51,17); }
div.DivClassName
{
background-color: #F13311;
}
.BgClassName
{
background-color: #F13311;
}
</style>
border-color css
<style>
span { border-color: #F13311; }
span { border-color: rgb(241,51,17); }
td.TdClassName
{
border-color: #F13311;
}
.TagClassName
{
border-color: #F13311;
}
</style>