Shades of Scarlet #F12500
Tints of Scarlet #F12500
RGB
CMYK
RGB Variations
Color information
#F12500 (or 0xF12500) is known color: Scarlet. HEX triplet: F1, 25 and 00. RGB value is (241,37,0). Sum of RGB (Red+Green+Blue) = 241+37+0=278 (36% of max value = 765). Red value is 241 (94.53% from 255 or 86.69% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 241 - color contains mainly: red. Hex color #F12500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12500 is #0EDAFF. Grayscale: #5E5E5E. Windows color (decimal): -973568 or 9713. OLE color: 9713.
HSL color Cylindrical-coordinate representation of color #F12500: hue angle of 9.21º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F12500 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 37 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.05 |
| HSL | 9.21º | 1% | 0.47% | - |
| HSV(B) | 9.21º | 1% | 0.95% | - |
| XYZ | 36.94 | 20.02 | 1.92 | - |
| YUV | 93.78 | 75.09 | 233.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 37 | 0 | 0 | 0.85 | 1 | 0.05 | 9.21 | 1 | 0.47 |
| Hex | F1 | 25 | 0 | 0 | 55 | 64 | 5 | 9 | 64 | 2F |
| Octal | 361 | 45 | 0 | 0 | 125 | 144 | 5 | 11 | 144 | 57 |
| Binary | 11110001 | 100101 | 0 | 0 | 1010101 | 1100100 | 101 | 1001 | 1100100 | 101111 |
Color Harmonies of #F12500
Complementary color
Monochromatic Colors of #F12500
Black with #F12500
Text Example
Text Example
White with #F12500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12500; }
p { color: rgb(241,37,0); }
H1.HeaderClassName
{
color: #F12500;
}
.AnyTagClassName
{
color: #F12500;
}
</style>
background-color css
<style>
a { background-color: #F12500; }
a { background-color: rgb(241,37,0); }
div.DivClassName
{
background-color: #F12500;
}
.BgClassName
{
background-color: #F12500;
}
</style>
border-color css
<style>
span { border-color: #F12500; }
span { border-color: rgb(241,37,0); }
td.TdClassName
{
border-color: #F12500;
}
.TagClassName
{
border-color: #F12500;
}
</style>