Shades of Scarlet #F91D00
Tints of Scarlet #F91D00
RGB
CMYK
RGB Variations
Color information
#F91D00 (or 0xF91D00) is known color: Scarlet. HEX triplet: F9, 1D and 00. RGB value is (249,29,0). Sum of RGB (Red+Green+Blue) = 249+29+0=278 (36% of max value = 765). Red value is 249 (97.66% from 255 or 89.57% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F91D00 is #06E2FF. Grayscale: #5B5B5B. Windows color (decimal): -451328 or 7673. OLE color: 7673.
HSL color Cylindrical-coordinate representation of color #F91D00: hue angle of 6.99º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F91D00 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 29 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.02 |
| HSL | 6.99º | 1% | 0.49% | - |
| HSV(B) | 6.99º | 1% | 0.98% | - |
| XYZ | 39.51 | 21.02 | 1.97 | - |
| YUV | 91.47 | 76.39 | 240.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 29 | 0 | 0 | 0.88 | 1 | 0.02 | 6.99 | 1 | 0.49 |
| Hex | F9 | 1D | 0 | 0 | 58 | 64 | 2 | 7 | 64 | 31 |
| Octal | 371 | 35 | 0 | 0 | 130 | 144 | 2 | 7 | 144 | 61 |
| Binary | 11111001 | 11101 | 0 | 0 | 1011000 | 1100100 | 10 | 111 | 1100100 | 110001 |
Color Harmonies of #F91D00
Complementary color
Monochromatic Colors of #F91D00
Black with #F91D00
Text Example
Text Example
White with #F91D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91D00; }
p { color: rgb(249,29,0); }
H1.HeaderClassName
{
color: #F91D00;
}
.AnyTagClassName
{
color: #F91D00;
}
</style>
background-color css
<style>
a { background-color: #F91D00; }
a { background-color: rgb(249,29,0); }
div.DivClassName
{
background-color: #F91D00;
}
.BgClassName
{
background-color: #F91D00;
}
</style>
border-color css
<style>
span { border-color: #F91D00; }
span { border-color: rgb(249,29,0); }
td.TdClassName
{
border-color: #F91D00;
}
.TagClassName
{
border-color: #F91D00;
}
</style>