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