Shades of Scarlet #FB201D
Tints of Scarlet #FB201D
RGB
CMYK
RGB Variations
Color information
#FB201D (or 0xFB201D) is known color: Scarlet. HEX triplet: FB, 20 and 1D. RGB value is (251,32,29). Sum of RGB (Red+Green+Blue) = 251+32+29=312 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.45% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 251 - color contains mainly: red. Hex color #FB201D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB201D is #04DFE2. Grayscale: #616161. Windows color (decimal): -319459 or 1908987. OLE color: 1908987.
HSL color Cylindrical-coordinate representation of color #FB201D: hue angle of 0.81º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB201D is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 29 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.02 |
| HSL | 0.81º | 0.97% | 0.55% | - |
| HSV(B) | 0.81º | 0.88% | 0.98% | - |
| XYZ | 40.52 | 21.63 | 3.2 | - |
| YUV | 97.14 | 89.55 | 237.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 29 | 0 | 0.87 | 0.88 | 0.02 | 0.81 | 0.97 | 0.55 |
| Hex | FB | 20 | 1D | 0 | 57 | 58 | 2 | 1 | 61 | 37 |
| Octal | 373 | 40 | 35 | 0 | 127 | 130 | 2 | 1 | 141 | 67 |
| Binary | 11111011 | 100000 | 11101 | 0 | 1010111 | 1011000 | 10 | 1 | 1100001 | 110111 |
Color Harmonies of #FB201D
Complementary color
Monochromatic Colors of #FB201D
Black with #FB201D
Text Example
Text Example
White with #FB201D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB201D; }
p { color: rgb(251,32,29); }
H1.HeaderClassName
{
color: #FB201D;
}
.AnyTagClassName
{
color: #FB201D;
}
</style>
background-color css
<style>
a { background-color: #FB201D; }
a { background-color: rgb(251,32,29); }
div.DivClassName
{
background-color: #FB201D;
}
.BgClassName
{
background-color: #FB201D;
}
</style>
border-color css
<style>
span { border-color: #FB201D; }
span { border-color: rgb(251,32,29); }
td.TdClassName
{
border-color: #FB201D;
}
.TagClassName
{
border-color: #FB201D;
}
</style>