Shades of Scarlet #FB2803
Tints of Scarlet #FB2803
RGB
CMYK
RGB Variations
Color information
#FB2803 (or 0xFB2803) is known color: Scarlet. HEX triplet: FB, 28 and 03. RGB value is (251,40,3). Sum of RGB (Red+Green+Blue) = 251+40+3=294 (38% of max value = 765). Red value is 251 (98.44% from 255 or 85.37% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 3 (1.56% from 255 or 1.02% from 294); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2803 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2803 is #04D7FC. Grayscale: #636363. Windows color (decimal): -317437 or 207099. OLE color: 207099.
HSL color Cylindrical-coordinate representation of color #FB2803: hue angle of 8.95º 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 #FB2803 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 3 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.02 |
| HSL | 8.95º | 0.98% | 0.5% | - |
| HSV(B) | 8.95º | 0.99% | 0.98% | - |
| XYZ | 40.56 | 22.03 | 2.2 | - |
| YUV | 98.87 | 73.9 | 236.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 3 | 0 | 0.84 | 0.99 | 0.02 | 8.95 | 0.98 | 0.5 |
| Hex | FB | 28 | 3 | 0 | 54 | 63 | 2 | 9 | 62 | 32 |
| Octal | 373 | 50 | 3 | 0 | 124 | 143 | 2 | 11 | 142 | 62 |
| Binary | 11111011 | 101000 | 11 | 0 | 1010100 | 1100011 | 10 | 1001 | 1100010 | 110010 |
Color Harmonies of #FB2803
Complementary color
Monochromatic Colors of #FB2803
Black with #FB2803
Text Example
Text Example
White with #FB2803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2803; }
p { color: rgb(251,40,3); }
H1.HeaderClassName
{
color: #FB2803;
}
.AnyTagClassName
{
color: #FB2803;
}
</style>
background-color css
<style>
a { background-color: #FB2803; }
a { background-color: rgb(251,40,3); }
div.DivClassName
{
background-color: #FB2803;
}
.BgClassName
{
background-color: #FB2803;
}
</style>
border-color css
<style>
span { border-color: #FB2803; }
span { border-color: rgb(251,40,3); }
td.TdClassName
{
border-color: #FB2803;
}
.TagClassName
{
border-color: #FB2803;
}
</style>