Shades of Scarlet #FB2802
Tints of Scarlet #FB2802
RGB
CMYK
RGB Variations
Color information
#FB2802 (or 0xFB2802) is known color: Scarlet. HEX triplet: FB, 28 and 02. RGB value is (251,40,2). Sum of RGB (Red+Green+Blue) = 251+40+2=293 (38% of max value = 765). Red value is 251 (98.44% from 255 or 85.67% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2802 is #04D7FD. Grayscale: #636363. Windows color (decimal): -317438 or 141563. OLE color: 141563.
HSL color Cylindrical-coordinate representation of color #FB2802: hue angle of 9.16º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB2802 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 2 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.02 |
| HSL | 9.16º | 0.98% | 0.5% | - |
| HSV(B) | 9.16º | 0.99% | 0.98% | - |
| XYZ | 40.55 | 22.03 | 2.17 | - |
| YUV | 98.76 | 73.4 | 236.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 2 | 0 | 0.84 | 0.99 | 0.02 | 9.16 | 0.98 | 0.5 |
| Hex | FB | 28 | 2 | 0 | 54 | 63 | 2 | 9 | 62 | 32 |
| Octal | 373 | 50 | 2 | 0 | 124 | 143 | 2 | 11 | 142 | 62 |
| Binary | 11111011 | 101000 | 10 | 0 | 1010100 | 1100011 | 10 | 1001 | 1100010 | 110010 |
Color Harmonies of #FB2802
Complementary color
Monochromatic Colors of #FB2802
Black with #FB2802
Text Example
Text Example
White with #FB2802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2802; }
p { color: rgb(251,40,2); }
H1.HeaderClassName
{
color: #FB2802;
}
.AnyTagClassName
{
color: #FB2802;
}
</style>
background-color css
<style>
a { background-color: #FB2802; }
a { background-color: rgb(251,40,2); }
div.DivClassName
{
background-color: #FB2802;
}
.BgClassName
{
background-color: #FB2802;
}
</style>
border-color css
<style>
span { border-color: #FB2802; }
span { border-color: rgb(251,40,2); }
td.TdClassName
{
border-color: #FB2802;
}
.TagClassName
{
border-color: #FB2802;
}
</style>