Shades of Scarlet #FB2C17
Tints of Scarlet #FB2C17
RGB
CMYK
RGB Variations
Color information
#FB2C17 (or 0xFB2C17) is known color: Scarlet. HEX triplet: FB, 2C and 17. RGB value is (251,44,23). Sum of RGB (Red+Green+Blue) = 251+44+23=318 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.93% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 23 (9.38% from 255 or 7.23% from 318); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2C17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2C17 is #04D3E8. Grayscale: #676767. Windows color (decimal): -316393 or 1518843. OLE color: 1518843.
HSL color Cylindrical-coordinate representation of color #FB2C17: hue angle of 5.53º 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 #FB2C17 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 44 | 23 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.02 |
| HSL | 5.53º | 0.97% | 0.54% | - |
| HSV(B) | 5.53º | 0.91% | 0.98% | - |
| XYZ | 40.84 | 22.37 | 2.98 | - |
| YUV | 103.5 | 82.58 | 233.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 44 | 23 | 0 | 0.82 | 0.91 | 0.02 | 5.53 | 0.97 | 0.54 |
| Hex | FB | 2C | 17 | 0 | 52 | 5B | 2 | 6 | 61 | 36 |
| Octal | 373 | 54 | 27 | 0 | 122 | 133 | 2 | 6 | 141 | 66 |
| Binary | 11111011 | 101100 | 10111 | 0 | 1010010 | 1011011 | 10 | 110 | 1100001 | 110110 |
Color Harmonies of #FB2C17
Complementary color
Monochromatic Colors of #FB2C17
Black with #FB2C17
Text Example
Text Example
White with #FB2C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2C17; }
p { color: rgb(251,44,23); }
H1.HeaderClassName
{
color: #FB2C17;
}
.AnyTagClassName
{
color: #FB2C17;
}
</style>
background-color css
<style>
a { background-color: #FB2C17; }
a { background-color: rgb(251,44,23); }
div.DivClassName
{
background-color: #FB2C17;
}
.BgClassName
{
background-color: #FB2C17;
}
</style>
border-color css
<style>
span { border-color: #FB2C17; }
span { border-color: rgb(251,44,23); }
td.TdClassName
{
border-color: #FB2C17;
}
.TagClassName
{
border-color: #FB2C17;
}
</style>