Shades of Scarlet #F12700
Tints of Scarlet #F12700
RGB
CMYK
RGB Variations
Color information
#F12700 (or 0xF12700) is known color: Scarlet. HEX triplet: F1, 27 and 00. RGB value is (241,39,0). Sum of RGB (Red+Green+Blue) = 241+39+0=280 (37% of max value = 765). Red value is 241 (94.53% from 255 or 86.07% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 241 - color contains mainly: red. Hex color #F12700 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12700 is #0ED8FF. Grayscale: #5F5F5F. Windows color (decimal): -973056 or 10225. OLE color: 10225.
HSL color Cylindrical-coordinate representation of color #F12700: hue angle of 9.71º 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 #F12700 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 39 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.05 |
| HSL | 9.71º | 1% | 0.47% | - |
| HSV(B) | 9.71º | 1% | 0.95% | - |
| XYZ | 37 | 20.15 | 1.94 | - |
| YUV | 94.95 | 74.42 | 232.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 0 | 0 | 0.84 | 1 | 0.05 | 9.71 | 1 | 0.47 |
| Hex | F1 | 27 | 0 | 0 | 54 | 64 | 5 | A | 64 | 2F |
| Octal | 361 | 47 | 0 | 0 | 124 | 144 | 5 | 12 | 144 | 57 |
| Binary | 11110001 | 100111 | 0 | 0 | 1010100 | 1100100 | 101 | 1010 | 1100100 | 101111 |
Color Harmonies of #F12700
Complementary color
Monochromatic Colors of #F12700
Black with #F12700
Text Example
Text Example
White with #F12700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12700; }
p { color: rgb(241,39,0); }
H1.HeaderClassName
{
color: #F12700;
}
.AnyTagClassName
{
color: #F12700;
}
</style>
background-color css
<style>
a { background-color: #F12700; }
a { background-color: rgb(241,39,0); }
div.DivClassName
{
background-color: #F12700;
}
.BgClassName
{
background-color: #F12700;
}
</style>
border-color css
<style>
span { border-color: #F12700; }
span { border-color: rgb(241,39,0); }
td.TdClassName
{
border-color: #F12700;
}
.TagClassName
{
border-color: #F12700;
}
</style>