Shades of Scarlet #FB2817
Tints of Scarlet #FB2817
RGB
CMYK
RGB Variations
Color information
#FB2817 (or 0xFB2817) is known color: Scarlet. HEX triplet: FB, 28 and 17. RGB value is (251,40,23). Sum of RGB (Red+Green+Blue) = 251+40+23=314 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.94% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2817 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2817 is #04D7E8. Grayscale: #656565. Windows color (decimal): -317417 or 1517819. OLE color: 1517819.
HSL color Cylindrical-coordinate representation of color #FB2817: hue angle of 4.47º 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 #FB2817 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 23 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.02 |
| HSL | 4.47º | 0.97% | 0.54% | - |
| HSV(B) | 4.47º | 0.91% | 0.98% | - |
| XYZ | 40.7 | 22.09 | 2.93 | - |
| YUV | 101.15 | 83.9 | 234.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 23 | 0 | 0.84 | 0.91 | 0.02 | 4.47 | 0.97 | 0.54 |
| Hex | FB | 28 | 17 | 0 | 54 | 5B | 2 | 4 | 61 | 36 |
| Octal | 373 | 50 | 27 | 0 | 124 | 133 | 2 | 4 | 141 | 66 |
| Binary | 11111011 | 101000 | 10111 | 0 | 1010100 | 1011011 | 10 | 100 | 1100001 | 110110 |
Color Harmonies of #FB2817
Complementary color
Monochromatic Colors of #FB2817
Black with #FB2817
Text Example
Text Example
White with #FB2817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2817; }
p { color: rgb(251,40,23); }
H1.HeaderClassName
{
color: #FB2817;
}
.AnyTagClassName
{
color: #FB2817;
}
</style>
background-color css
<style>
a { background-color: #FB2817; }
a { background-color: rgb(251,40,23); }
div.DivClassName
{
background-color: #FB2817;
}
.BgClassName
{
background-color: #FB2817;
}
</style>
border-color css
<style>
span { border-color: #FB2817; }
span { border-color: rgb(251,40,23); }
td.TdClassName
{
border-color: #FB2817;
}
.TagClassName
{
border-color: #FB2817;
}
</style>