Shades of Scarlet #FB2002
Tints of Scarlet #FB2002
RGB
CMYK
RGB Variations
Color information
#FB2002 (or 0xFB2002) is known color: Scarlet. HEX triplet: FB, 20 and 02. RGB value is (251,32,2). Sum of RGB (Red+Green+Blue) = 251+32+2=285 (37% of max value = 765). Red value is 251 (98.44% from 255 or 88.07% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2002 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2002 is #04DFFD. Grayscale: #5E5E5E. Windows color (decimal): -319486 or 139515. OLE color: 139515.
HSL color Cylindrical-coordinate representation of color #FB2002: hue angle of 7.23º 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 #FB2002 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 2 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.02 |
| HSL | 7.23º | 0.98% | 0.5% | - |
| HSV(B) | 7.23º | 0.99% | 0.98% | - |
| XYZ | 40.31 | 21.55 | 2.09 | - |
| YUV | 94.06 | 76.05 | 239.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 2 | 0 | 0.87 | 0.99 | 0.02 | 7.23 | 0.98 | 0.5 |
| Hex | FB | 20 | 2 | 0 | 57 | 63 | 2 | 7 | 62 | 32 |
| Octal | 373 | 40 | 2 | 0 | 127 | 143 | 2 | 7 | 142 | 62 |
| Binary | 11111011 | 100000 | 10 | 0 | 1010111 | 1100011 | 10 | 111 | 1100010 | 110010 |
Color Harmonies of #FB2002
Complementary color
Monochromatic Colors of #FB2002
Black with #FB2002
Text Example
Text Example
White with #FB2002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2002; }
p { color: rgb(251,32,2); }
H1.HeaderClassName
{
color: #FB2002;
}
.AnyTagClassName
{
color: #FB2002;
}
</style>
background-color css
<style>
a { background-color: #FB2002; }
a { background-color: rgb(251,32,2); }
div.DivClassName
{
background-color: #FB2002;
}
.BgClassName
{
background-color: #FB2002;
}
</style>
border-color css
<style>
span { border-color: #FB2002; }
span { border-color: rgb(251,32,2); }
td.TdClassName
{
border-color: #FB2002;
}
.TagClassName
{
border-color: #FB2002;
}
</style>