Shades of Scarlet #F91B00
Tints of Scarlet #F91B00
RGB
CMYK
RGB Variations
Color information
#F91B00 (or 0xF91B00) is known color: Scarlet. HEX triplet: F9, 1B and 00. RGB value is (249,27,0). Sum of RGB (Red+Green+Blue) = 249+27+0=276 (36% of max value = 765). Red value is 249 (97.66% from 255 or 90.22% from 276); Green value is 27 (10.94% from 255 or 9.78% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 249 - color contains mainly: red. Hex color #F91B00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F91B00 is #06E4FF. Grayscale: #5A5A5A. Windows color (decimal): -451840 or 7161. OLE color: 7161.
HSL color Cylindrical-coordinate representation of color #F91B00: hue angle of 6.51º 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 #F91B00 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 27 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.02 |
| HSL | 6.51º | 1% | 0.49% | - |
| HSV(B) | 6.51º | 1% | 0.98% | - |
| XYZ | 39.46 | 20.92 | 1.96 | - |
| YUV | 90.3 | 77.05 | 241.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 27 | 0 | 0 | 0.89 | 1 | 0.02 | 6.51 | 1 | 0.49 |
| Hex | F9 | 1B | 0 | 0 | 59 | 64 | 2 | 7 | 64 | 31 |
| Octal | 371 | 33 | 0 | 0 | 131 | 144 | 2 | 7 | 144 | 61 |
| Binary | 11111001 | 11011 | 0 | 0 | 1011001 | 1100100 | 10 | 111 | 1100100 | 110001 |
Color Harmonies of #F91B00
Complementary color
Monochromatic Colors of #F91B00
Black with #F91B00
Text Example
Text Example
White with #F91B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91B00; }
p { color: rgb(249,27,0); }
H1.HeaderClassName
{
color: #F91B00;
}
.AnyTagClassName
{
color: #F91B00;
}
</style>
background-color css
<style>
a { background-color: #F91B00; }
a { background-color: rgb(249,27,0); }
div.DivClassName
{
background-color: #F91B00;
}
.BgClassName
{
background-color: #F91B00;
}
</style>
border-color css
<style>
span { border-color: #F91B00; }
span { border-color: rgb(249,27,0); }
td.TdClassName
{
border-color: #F91B00;
}
.TagClassName
{
border-color: #F91B00;
}
</style>