Shades of Scarlet #FB2912
Tints of Scarlet #FB2912
RGB
CMYK
RGB Variations
Color information
#FB2912 (or 0xFB2912) is known color: Scarlet. HEX triplet: FB, 29 and 12. RGB value is (251,41,18). Sum of RGB (Red+Green+Blue) = 251+41+18=310 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.97% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2912 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2912 is #04D6ED. Grayscale: #656565. Windows color (decimal): -317166 or 1190395. OLE color: 1190395.
HSL color Cylindrical-coordinate representation of color #FB2912: hue angle of 5.92º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB2912 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 41 | 18 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.02 |
| HSL | 5.92º | 0.97% | 0.53% | - |
| HSV(B) | 5.92º | 0.93% | 0.98% | - |
| XYZ | 40.69 | 22.14 | 2.7 | - |
| YUV | 101.17 | 81.07 | 234.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 41 | 18 | 0 | 0.84 | 0.93 | 0.02 | 5.92 | 0.97 | 0.53 |
| Hex | FB | 29 | 12 | 0 | 54 | 5D | 2 | 6 | 61 | 35 |
| Octal | 373 | 51 | 22 | 0 | 124 | 135 | 2 | 6 | 141 | 65 |
| Binary | 11111011 | 101001 | 10010 | 0 | 1010100 | 1011101 | 10 | 110 | 1100001 | 110101 |
Color Harmonies of #FB2912
Complementary color
Monochromatic Colors of #FB2912
Black with #FB2912
Text Example
Text Example
White with #FB2912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2912; }
p { color: rgb(251,41,18); }
H1.HeaderClassName
{
color: #FB2912;
}
.AnyTagClassName
{
color: #FB2912;
}
</style>
background-color css
<style>
a { background-color: #FB2912; }
a { background-color: rgb(251,41,18); }
div.DivClassName
{
background-color: #FB2912;
}
.BgClassName
{
background-color: #FB2912;
}
</style>
border-color css
<style>
span { border-color: #FB2912; }
span { border-color: rgb(251,41,18); }
td.TdClassName
{
border-color: #FB2912;
}
.TagClassName
{
border-color: #FB2912;
}
</style>