Shades of Scarlet #F91E12
Tints of Scarlet #F91E12
RGB
CMYK
RGB Variations
Color information
#F91E12 (or 0xF91E12) is known color: Scarlet. HEX triplet: F9, 1E and 12. RGB value is (249,30,18). Sum of RGB (Red+Green+Blue) = 249+30+18=297 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.84% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 249 - color contains mainly: red. Hex color #F91E12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F91E12 is #06E1ED. Grayscale: #5E5E5E. Windows color (decimal): -451054 or 1187577. OLE color: 1187577.
HSL color Cylindrical-coordinate representation of color #F91E12: hue angle of 3.12º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F91E12 is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 30 | 18 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.02 |
| HSL | 3.12º | 0.95% | 0.52% | - |
| HSV(B) | 3.12º | 0.93% | 0.98% | - |
| XYZ | 39.64 | 21.11 | 2.56 | - |
| YUV | 94.11 | 85.05 | 238.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 30 | 18 | 0 | 0.88 | 0.93 | 0.02 | 3.12 | 0.95 | 0.52 |
| Hex | F9 | 1E | 12 | 0 | 58 | 5D | 2 | 3 | 5F | 34 |
| Octal | 371 | 36 | 22 | 0 | 130 | 135 | 2 | 3 | 137 | 64 |
| Binary | 11111001 | 11110 | 10010 | 0 | 1011000 | 1011101 | 10 | 11 | 1011111 | 110100 |
Color Harmonies of #F91E12
Complementary color
Monochromatic Colors of #F91E12
Black with #F91E12
Text Example
Text Example
White with #F91E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91E12; }
p { color: rgb(249,30,18); }
H1.HeaderClassName
{
color: #F91E12;
}
.AnyTagClassName
{
color: #F91E12;
}
</style>
background-color css
<style>
a { background-color: #F91E12; }
a { background-color: rgb(249,30,18); }
div.DivClassName
{
background-color: #F91E12;
}
.BgClassName
{
background-color: #F91E12;
}
</style>
border-color css
<style>
span { border-color: #F91E12; }
span { border-color: rgb(249,30,18); }
td.TdClassName
{
border-color: #F91E12;
}
.TagClassName
{
border-color: #F91E12;
}
</style>