Shades of Scarlet #FB2D17
Tints of Scarlet #FB2D17
RGB
CMYK
RGB Variations
Color information
#FB2D17 (or 0xFB2D17) is known color: Scarlet. HEX triplet: FB, 2D and 17. RGB value is (251,45,23). Sum of RGB (Red+Green+Blue) = 251+45+23=319 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.68% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 23 (9.38% from 255 or 7.21% from 319); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2D17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2D17 is #04D2E8. Grayscale: #686868. Windows color (decimal): -316137 or 1519099. OLE color: 1519099.
HSL color Cylindrical-coordinate representation of color #FB2D17: hue angle of 5.79º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB2D17 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 23 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.02 |
| HSL | 5.79º | 0.97% | 0.54% | - |
| HSV(B) | 5.79º | 0.91% | 0.98% | - |
| XYZ | 40.88 | 22.45 | 2.99 | - |
| YUV | 104.09 | 82.25 | 232.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 23 | 0 | 0.82 | 0.91 | 0.02 | 5.79 | 0.97 | 0.54 |
| Hex | FB | 2D | 17 | 0 | 52 | 5B | 2 | 6 | 61 | 36 |
| Octal | 373 | 55 | 27 | 0 | 122 | 133 | 2 | 6 | 141 | 66 |
| Binary | 11111011 | 101101 | 10111 | 0 | 1010010 | 1011011 | 10 | 110 | 1100001 | 110110 |
Color Harmonies of #FB2D17
Complementary color
Monochromatic Colors of #FB2D17
Black with #FB2D17
Text Example
Text Example
White with #FB2D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2D17; }
p { color: rgb(251,45,23); }
H1.HeaderClassName
{
color: #FB2D17;
}
.AnyTagClassName
{
color: #FB2D17;
}
</style>
background-color css
<style>
a { background-color: #FB2D17; }
a { background-color: rgb(251,45,23); }
div.DivClassName
{
background-color: #FB2D17;
}
.BgClassName
{
background-color: #FB2D17;
}
</style>
border-color css
<style>
span { border-color: #FB2D17; }
span { border-color: rgb(251,45,23); }
td.TdClassName
{
border-color: #FB2D17;
}
.TagClassName
{
border-color: #FB2D17;
}
</style>