Shades of Scarlet #F12D00
Tints of Scarlet #F12D00
RGB
CMYK
RGB Variations
Color information
#F12D00 (or 0xF12D00) is known color: Scarlet. HEX triplet: F1, 2D and 00. RGB value is (241,45,0). Sum of RGB (Red+Green+Blue) = 241+45+0=286 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.27% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12D00 is #0ED2FF. Grayscale: #626262. Windows color (decimal): -971520 or 11761. OLE color: 11761.
HSL color Cylindrical-coordinate representation of color #F12D00: hue angle of 11.2º 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 #F12D00 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 45 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.05 |
| HSL | 11.2º | 1% | 0.47% | - |
| HSV(B) | 11.2º | 1% | 0.95% | - |
| XYZ | 37.21 | 20.58 | 2.01 | - |
| YUV | 98.47 | 72.43 | 229.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 45 | 0 | 0 | 0.81 | 1 | 0.05 | 11.2 | 1 | 0.47 |
| Hex | F1 | 2D | 0 | 0 | 51 | 64 | 5 | B | 64 | 2F |
| Octal | 361 | 55 | 0 | 0 | 121 | 144 | 5 | 13 | 144 | 57 |
| Binary | 11110001 | 101101 | 0 | 0 | 1010001 | 1100100 | 101 | 1011 | 1100100 | 101111 |
Color Harmonies of #F12D00
Complementary color
Monochromatic Colors of #F12D00
Black with #F12D00
Text Example
Text Example
White with #F12D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12D00; }
p { color: rgb(241,45,0); }
H1.HeaderClassName
{
color: #F12D00;
}
.AnyTagClassName
{
color: #F12D00;
}
</style>
background-color css
<style>
a { background-color: #F12D00; }
a { background-color: rgb(241,45,0); }
div.DivClassName
{
background-color: #F12D00;
}
.BgClassName
{
background-color: #F12D00;
}
</style>
border-color css
<style>
span { border-color: #F12D00; }
span { border-color: rgb(241,45,0); }
td.TdClassName
{
border-color: #F12D00;
}
.TagClassName
{
border-color: #F12D00;
}
</style>