Shades of Scarlet #FB2519
Tints of Scarlet #FB2519
RGB
CMYK
RGB Variations
Color information
#FB2519 (or 0xFB2519) is known color: Scarlet. HEX triplet: FB, 25 and 19. RGB value is (251,37,25). Sum of RGB (Red+Green+Blue) = 251+37+25=313 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.19% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2519 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2519 is #04DAE6. Grayscale: #636363. Windows color (decimal): -318183 or 1648123. OLE color: 1648123.
HSL color Cylindrical-coordinate representation of color #FB2519: hue angle of 3.19º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB2519 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 25 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.02 |
| HSL | 3.19º | 0.97% | 0.54% | - |
| HSV(B) | 3.19º | 0.9% | 0.98% | - |
| XYZ | 40.62 | 21.9 | 3.01 | - |
| YUV | 99.62 | 85.9 | 235.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 25 | 0 | 0.85 | 0.90 | 0.02 | 3.19 | 0.97 | 0.54 |
| Hex | FB | 25 | 19 | 0 | 55 | 5A | 2 | 3 | 61 | 36 |
| Octal | 373 | 45 | 31 | 0 | 125 | 132 | 2 | 3 | 141 | 66 |
| Binary | 11111011 | 100101 | 11001 | 0 | 1010101 | 1011010 | 10 | 11 | 1100001 | 110110 |
Color Harmonies of #FB2519
Complementary color
Monochromatic Colors of #FB2519
Black with #FB2519
Text Example
Text Example
White with #FB2519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2519; }
p { color: rgb(251,37,25); }
H1.HeaderClassName
{
color: #FB2519;
}
.AnyTagClassName
{
color: #FB2519;
}
</style>
background-color css
<style>
a { background-color: #FB2519; }
a { background-color: rgb(251,37,25); }
div.DivClassName
{
background-color: #FB2519;
}
.BgClassName
{
background-color: #FB2519;
}
</style>
border-color css
<style>
span { border-color: #FB2519; }
span { border-color: rgb(251,37,25); }
td.TdClassName
{
border-color: #FB2519;
}
.TagClassName
{
border-color: #FB2519;
}
</style>