Shades of Scarlet #FB1603
Tints of Scarlet #FB1603
RGB
CMYK
RGB Variations
Color information
#FB1603 (or 0xFB1603) is known color: Scarlet. HEX triplet: FB, 16 and 03. RGB value is (251,22,3). Sum of RGB (Red+Green+Blue) = 251+22+3=276 (36% of max value = 765). Red value is 251 (98.44% from 255 or 90.94% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1603 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1603 is #04E9FC. Grayscale: #585858. Windows color (decimal): -322045 or 202491. OLE color: 202491.
HSL color Cylindrical-coordinate representation of color #FB1603: hue angle of 4.6º 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 #FB1603 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 3 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.02 |
| HSL | 4.6º | 0.98% | 0.5% | - |
| HSV(B) | 4.6º | 0.99% | 0.98% | - |
| XYZ | 40.09 | 21.09 | 2.04 | - |
| YUV | 88.31 | 79.87 | 244.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 3 | 0 | 0.91 | 0.99 | 0.02 | 4.6 | 0.98 | 0.5 |
| Hex | FB | 16 | 3 | 0 | 5B | 63 | 2 | 5 | 62 | 32 |
| Octal | 373 | 26 | 3 | 0 | 133 | 143 | 2 | 5 | 142 | 62 |
| Binary | 11111011 | 10110 | 11 | 0 | 1011011 | 1100011 | 10 | 101 | 1100010 | 110010 |
Color Harmonies of #FB1603
Complementary color
Monochromatic Colors of #FB1603
Black with #FB1603
Text Example
Text Example
White with #FB1603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1603; }
p { color: rgb(251,22,3); }
H1.HeaderClassName
{
color: #FB1603;
}
.AnyTagClassName
{
color: #FB1603;
}
</style>
background-color css
<style>
a { background-color: #FB1603; }
a { background-color: rgb(251,22,3); }
div.DivClassName
{
background-color: #FB1603;
}
.BgClassName
{
background-color: #FB1603;
}
</style>
border-color css
<style>
span { border-color: #FB1603; }
span { border-color: rgb(251,22,3); }
td.TdClassName
{
border-color: #FB1603;
}
.TagClassName
{
border-color: #FB1603;
}
</style>