Shades of Scarlet #F12908
Tints of Scarlet #F12908
RGB
CMYK
RGB Variations
Color information
#F12908 (or 0xF12908) is known color: Scarlet. HEX triplet: F1, 29 and 08. RGB value is (241,41,8). Sum of RGB (Red+Green+Blue) = 241+41+8=290 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.10% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 241 - color contains mainly: red. Hex color #F12908 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12908 is #0ED6F7. Grayscale: #616161. Windows color (decimal): -972536 or 535025. OLE color: 535025.
HSL color Cylindrical-coordinate representation of color #F12908: hue angle of 8.5º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F12908 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 41 | 8 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.05 |
| HSL | 8.5º | 0.94% | 0.49% | - |
| HSV(B) | 8.5º | 0.97% | 0.95% | - |
| XYZ | 37.11 | 20.3 | 2.19 | - |
| YUV | 97.04 | 77.76 | 230.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 41 | 8 | 0 | 0.83 | 0.97 | 0.05 | 8.5 | 0.94 | 0.49 |
| Hex | F1 | 29 | 8 | 0 | 53 | 61 | 5 | 8 | 5E | 31 |
| Octal | 361 | 51 | 10 | 0 | 123 | 141 | 5 | 10 | 136 | 61 |
| Binary | 11110001 | 101001 | 1000 | 0 | 1010011 | 1100001 | 101 | 1000 | 1011110 | 110001 |
Color Harmonies of #F12908
Complementary color
Monochromatic Colors of #F12908
Black with #F12908
Text Example
Text Example
White with #F12908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12908; }
p { color: rgb(241,41,8); }
H1.HeaderClassName
{
color: #F12908;
}
.AnyTagClassName
{
color: #F12908;
}
</style>
background-color css
<style>
a { background-color: #F12908; }
a { background-color: rgb(241,41,8); }
div.DivClassName
{
background-color: #F12908;
}
.BgClassName
{
background-color: #F12908;
}
</style>
border-color css
<style>
span { border-color: #F12908; }
span { border-color: rgb(241,41,8); }
td.TdClassName
{
border-color: #F12908;
}
.TagClassName
{
border-color: #F12908;
}
</style>