Shades of Scarlet #F91D04
Tints of Scarlet #F91D04
RGB
CMYK
RGB Variations
Color information
#F91D04 (or 0xF91D04) is known color: Scarlet. HEX triplet: F9, 1D and 04. RGB value is (249,29,4). Sum of RGB (Red+Green+Blue) = 249+29+4=282 (37% of max value = 765). Red value is 249 (97.66% from 255 or 88.30% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 4 (1.95% from 255 or 1.42% from 282); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F91D04 is #06E2FB. Grayscale: #5C5C5C. Windows color (decimal): -451324 or 269817. OLE color: 269817.
HSL color Cylindrical-coordinate representation of color #F91D04: hue angle of 6.12º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F91D04 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 29 | 4 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.02 |
| HSL | 6.12º | 0.97% | 0.5% | - |
| HSV(B) | 6.12º | 0.98% | 0.98% | - |
| XYZ | 39.53 | 21.03 | 2.09 | - |
| YUV | 91.93 | 78.39 | 240.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 29 | 4 | 0 | 0.88 | 0.98 | 0.02 | 6.12 | 0.97 | 0.5 |
| Hex | F9 | 1D | 4 | 0 | 58 | 62 | 2 | 6 | 61 | 32 |
| Octal | 371 | 35 | 4 | 0 | 130 | 142 | 2 | 6 | 141 | 62 |
| Binary | 11111001 | 11101 | 100 | 0 | 1011000 | 1100010 | 10 | 110 | 1100001 | 110010 |
Color Harmonies of #F91D04
Complementary color
Monochromatic Colors of #F91D04
Black with #F91D04
Text Example
Text Example
White with #F91D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91D04; }
p { color: rgb(249,29,4); }
H1.HeaderClassName
{
color: #F91D04;
}
.AnyTagClassName
{
color: #F91D04;
}
</style>
background-color css
<style>
a { background-color: #F91D04; }
a { background-color: rgb(249,29,4); }
div.DivClassName
{
background-color: #F91D04;
}
.BgClassName
{
background-color: #F91D04;
}
</style>
border-color css
<style>
span { border-color: #F91D04; }
span { border-color: rgb(249,29,4); }
td.TdClassName
{
border-color: #F91D04;
}
.TagClassName
{
border-color: #F91D04;
}
</style>