Shades of Scarlet #FB2201
Tints of Scarlet #FB2201
RGB
CMYK
RGB Variations
Color information
#FB2201 (or 0xFB2201) is known color: Scarlet. HEX triplet: FB, 22 and 01. RGB value is (251,34,1). Sum of RGB (Red+Green+Blue) = 251+34+1=286 (37% of max value = 765). Red value is 251 (98.44% from 255 or 87.76% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2201 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2201 is #04DDFE. Grayscale: #5F5F5F. Windows color (decimal): -318975 or 74491. OLE color: 74491.
HSL color Cylindrical-coordinate representation of color #FB2201: hue angle of 7.92º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB2201 is Cyan = 0, Magento = 0.86, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 34 | 1 | - |
| CMYK | 0 | 0.86 | 1.00 | 0.02 |
| HSL | 7.92º | 0.99% | 0.49% | - |
| HSV(B) | 7.92º | 1% | 0.98% | - |
| XYZ | 40.36 | 21.66 | 2.08 | - |
| YUV | 95.12 | 74.89 | 239.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 34 | 1 | 0 | 0.86 | 1.00 | 0.02 | 7.92 | 0.99 | 0.49 |
| Hex | FB | 22 | 1 | 0 | 56 | 64 | 2 | 8 | 63 | 31 |
| Octal | 373 | 42 | 1 | 0 | 126 | 144 | 2 | 10 | 143 | 61 |
| Binary | 11111011 | 100010 | 1 | 0 | 1010110 | 1100100 | 10 | 1000 | 1100011 | 110001 |
Color Harmonies of #FB2201
Complementary color
Monochromatic Colors of #FB2201
Black with #FB2201
Text Example
Text Example
White with #FB2201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2201; }
p { color: rgb(251,34,1); }
H1.HeaderClassName
{
color: #FB2201;
}
.AnyTagClassName
{
color: #FB2201;
}
</style>
background-color css
<style>
a { background-color: #FB2201; }
a { background-color: rgb(251,34,1); }
div.DivClassName
{
background-color: #FB2201;
}
.BgClassName
{
background-color: #FB2201;
}
</style>
border-color css
<style>
span { border-color: #FB2201; }
span { border-color: rgb(251,34,1); }
td.TdClassName
{
border-color: #FB2201;
}
.TagClassName
{
border-color: #FB2201;
}
</style>