Shades of Scarlet #F12301
Tints of Scarlet #F12301
RGB
CMYK
RGB Variations
Color information
#F12301 (or 0xF12301) is known color: Scarlet. HEX triplet: F1, 23 and 01. RGB value is (241,35,1). Sum of RGB (Red+Green+Blue) = 241+35+1=277 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.00% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 241 - color contains mainly: red. Hex color #F12301 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12301 is #0EDCFE. Grayscale: #5D5D5D. Windows color (decimal): -974079 or 74737. OLE color: 74737.
HSL color Cylindrical-coordinate representation of color #F12301: hue angle of 8.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 #F12301 is Cyan = 0, Magento = 0.85, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 1 | - |
| CMYK | 0 | 0.85 | 1.00 | 0.05 |
| HSL | 8.5º | 0.99% | 0.47% | - |
| HSV(B) | 8.5º | 1% | 0.95% | - |
| XYZ | 36.88 | 19.91 | 1.93 | - |
| YUV | 92.72 | 76.25 | 233.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 1 | 0 | 0.85 | 1.00 | 0.05 | 8.5 | 0.99 | 0.47 |
| Hex | F1 | 23 | 1 | 0 | 55 | 64 | 5 | 8 | 63 | 2F |
| Octal | 361 | 43 | 1 | 0 | 125 | 144 | 5 | 10 | 143 | 57 |
| Binary | 11110001 | 100011 | 1 | 0 | 1010101 | 1100100 | 101 | 1000 | 1100011 | 101111 |
Color Harmonies of #F12301
Complementary color
Monochromatic Colors of #F12301
Black with #F12301
Text Example
Text Example
White with #F12301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12301; }
p { color: rgb(241,35,1); }
H1.HeaderClassName
{
color: #F12301;
}
.AnyTagClassName
{
color: #F12301;
}
</style>
background-color css
<style>
a { background-color: #F12301; }
a { background-color: rgb(241,35,1); }
div.DivClassName
{
background-color: #F12301;
}
.BgClassName
{
background-color: #F12301;
}
</style>
border-color css
<style>
span { border-color: #F12301; }
span { border-color: rgb(241,35,1); }
td.TdClassName
{
border-color: #F12301;
}
.TagClassName
{
border-color: #F12301;
}
</style>