Shades of Scarlet #F13301
Tints of Scarlet #F13301
RGB
CMYK
RGB Variations
Color information
#F13301 (or 0xF13301) is known color: Scarlet. HEX triplet: F1, 33 and 01. RGB value is (241,51,1). Sum of RGB (Red+Green+Blue) = 241+51+1=293 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.25% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 241 - color contains mainly: red. Hex color #F13301 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13301 is #0ECCFE. Grayscale: #666666. Windows color (decimal): -969983 or 78833. OLE color: 78833.
HSL color Cylindrical-coordinate representation of color #F13301: hue angle of 12.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F13301 is Cyan = 0, Magento = 0.79, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 51 | 1 | - |
| CMYK | 0 | 0.79 | 1.00 | 0.05 |
| HSL | 12.5º | 0.99% | 0.47% | - |
| HSV(B) | 12.5º | 1% | 0.95% | - |
| XYZ | 37.46 | 21.07 | 2.12 | - |
| YUV | 102.11 | 70.95 | 227.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 51 | 1 | 0 | 0.79 | 1.00 | 0.05 | 12.5 | 0.99 | 0.47 |
| Hex | F1 | 33 | 1 | 0 | 4F | 64 | 5 | C | 63 | 2F |
| Octal | 361 | 63 | 1 | 0 | 117 | 144 | 5 | 14 | 143 | 57 |
| Binary | 11110001 | 110011 | 1 | 0 | 1001111 | 1100100 | 101 | 1100 | 1100011 | 101111 |
Color Harmonies of #F13301
Complementary color
Monochromatic Colors of #F13301
Black with #F13301
Text Example
Text Example
White with #F13301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13301; }
p { color: rgb(241,51,1); }
H1.HeaderClassName
{
color: #F13301;
}
.AnyTagClassName
{
color: #F13301;
}
</style>
background-color css
<style>
a { background-color: #F13301; }
a { background-color: rgb(241,51,1); }
div.DivClassName
{
background-color: #F13301;
}
.BgClassName
{
background-color: #F13301;
}
</style>
border-color css
<style>
span { border-color: #F13301; }
span { border-color: rgb(241,51,1); }
td.TdClassName
{
border-color: #F13301;
}
.TagClassName
{
border-color: #F13301;
}
</style>