Shades of Scarlet #F91D0E
Tints of Scarlet #F91D0E
RGB
CMYK
RGB Variations
Color information
#F91D0E (or 0xF91D0E) is known color: Scarlet. HEX triplet: F9, 1D and 0E. RGB value is (249,29,14). Sum of RGB (Red+Green+Blue) = 249+29+14=292 (38% of max value = 765). Red value is 249 (97.66% from 255 or 85.27% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 14 (5.86% from 255 or 4.79% from 292); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F91D0E is #06E2F1. Grayscale: #5D5D5D. Windows color (decimal): -451314 or 925177. OLE color: 925177.
HSL color Cylindrical-coordinate representation of color #F91D0E: hue angle of 3.83º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F91D0E is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 29 | 14 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.02 |
| HSL | 3.83º | 0.95% | 0.52% | - |
| HSV(B) | 3.83º | 0.94% | 0.98% | - |
| XYZ | 39.59 | 21.05 | 2.39 | - |
| YUV | 93.07 | 83.39 | 239.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 29 | 14 | 0 | 0.88 | 0.94 | 0.02 | 3.83 | 0.95 | 0.52 |
| Hex | F9 | 1D | E | 0 | 58 | 5E | 2 | 4 | 5F | 34 |
| Octal | 371 | 35 | 16 | 0 | 130 | 136 | 2 | 4 | 137 | 64 |
| Binary | 11111001 | 11101 | 1110 | 0 | 1011000 | 1011110 | 10 | 100 | 1011111 | 110100 |
Color Harmonies of #F91D0E
Complementary color
Monochromatic Colors of #F91D0E
Black with #F91D0E
Text Example
Text Example
White with #F91D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91D0E; }
p { color: rgb(249,29,14); }
H1.HeaderClassName
{
color: #F91D0E;
}
.AnyTagClassName
{
color: #F91D0E;
}
</style>
background-color css
<style>
a { background-color: #F91D0E; }
a { background-color: rgb(249,29,14); }
div.DivClassName
{
background-color: #F91D0E;
}
.BgClassName
{
background-color: #F91D0E;
}
</style>
border-color css
<style>
span { border-color: #F91D0E; }
span { border-color: rgb(249,29,14); }
td.TdClassName
{
border-color: #F91D0E;
}
.TagClassName
{
border-color: #F91D0E;
}
</style>