Shades of Scarlet #FB1505
Tints of Scarlet #FB1505
RGB
CMYK
RGB Variations
Color information
#FB1505 (or 0xFB1505) is known color: Scarlet. HEX triplet: FB, 15 and 05. RGB value is (251,21,5). Sum of RGB (Red+Green+Blue) = 251+21+5=277 (36% of max value = 765). Red value is 251 (98.44% from 255 or 90.61% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1505 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1505 is #04EAFA. Grayscale: #585858. Windows color (decimal): -322299 or 333307. OLE color: 333307.
HSL color Cylindrical-coordinate representation of color #FB1505: hue angle of 3.9º 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 #FB1505 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 21 | 5 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.02 |
| HSL | 3.9º | 0.97% | 0.5% | - |
| HSV(B) | 3.9º | 0.98% | 0.98% | - |
| XYZ | 40.08 | 21.06 | 2.1 | - |
| YUV | 87.95 | 81.2 | 244.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 21 | 5 | 0 | 0.92 | 0.98 | 0.02 | 3.9 | 0.97 | 0.5 |
| Hex | FB | 15 | 5 | 0 | 5C | 62 | 2 | 4 | 61 | 32 |
| Octal | 373 | 25 | 5 | 0 | 134 | 142 | 2 | 4 | 141 | 62 |
| Binary | 11111011 | 10101 | 101 | 0 | 1011100 | 1100010 | 10 | 100 | 1100001 | 110010 |
Color Harmonies of #FB1505
Complementary color
Monochromatic Colors of #FB1505
Black with #FB1505
Text Example
Text Example
White with #FB1505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1505; }
p { color: rgb(251,21,5); }
H1.HeaderClassName
{
color: #FB1505;
}
.AnyTagClassName
{
color: #FB1505;
}
</style>
background-color css
<style>
a { background-color: #FB1505; }
a { background-color: rgb(251,21,5); }
div.DivClassName
{
background-color: #FB1505;
}
.BgClassName
{
background-color: #FB1505;
}
</style>
border-color css
<style>
span { border-color: #FB1505; }
span { border-color: rgb(251,21,5); }
td.TdClassName
{
border-color: #FB1505;
}
.TagClassName
{
border-color: #FB1505;
}
</style>