Shades of Scarlet #FB2D13
Tints of Scarlet #FB2D13
RGB
CMYK
RGB Variations
Color information
#FB2D13 (or 0xFB2D13) is known color: Scarlet. HEX triplet: FB, 2D and 13. RGB value is (251,45,19). Sum of RGB (Red+Green+Blue) = 251+45+19=315 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.68% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2D13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2D13 is #04D2EC. Grayscale: #676767. Windows color (decimal): -316141 or 1256955. OLE color: 1256955.
HSL color Cylindrical-coordinate representation of color #FB2D13: hue angle of 6.72º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB2D13 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 19 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.02 |
| HSL | 6.72º | 0.97% | 0.53% | - |
| HSV(B) | 6.72º | 0.92% | 0.98% | - |
| XYZ | 40.84 | 22.43 | 2.79 | - |
| YUV | 103.63 | 80.25 | 233.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 19 | 0 | 0.82 | 0.92 | 0.02 | 6.72 | 0.97 | 0.53 |
| Hex | FB | 2D | 13 | 0 | 52 | 5C | 2 | 7 | 61 | 35 |
| Octal | 373 | 55 | 23 | 0 | 122 | 134 | 2 | 7 | 141 | 65 |
| Binary | 11111011 | 101101 | 10011 | 0 | 1010010 | 1011100 | 10 | 111 | 1100001 | 110101 |
Color Harmonies of #FB2D13
Complementary color
Monochromatic Colors of #FB2D13
Black with #FB2D13
Text Example
Text Example
White with #FB2D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2D13; }
p { color: rgb(251,45,19); }
H1.HeaderClassName
{
color: #FB2D13;
}
.AnyTagClassName
{
color: #FB2D13;
}
</style>
background-color css
<style>
a { background-color: #FB2D13; }
a { background-color: rgb(251,45,19); }
div.DivClassName
{
background-color: #FB2D13;
}
.BgClassName
{
background-color: #FB2D13;
}
</style>
border-color css
<style>
span { border-color: #FB2D13; }
span { border-color: rgb(251,45,19); }
td.TdClassName
{
border-color: #FB2D13;
}
.TagClassName
{
border-color: #FB2D13;
}
</style>