Shades of Scarlet #FB2D14
Tints of Scarlet #FB2D14
RGB
CMYK
RGB Variations
Color information
#FB2D14 (or 0xFB2D14) is known color: Scarlet. HEX triplet: FB, 2D and 14. RGB value is (251,45,20). Sum of RGB (Red+Green+Blue) = 251+45+20=316 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.43% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2D14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2D14 is #04D2EB. Grayscale: #686868. Windows color (decimal): -316140 or 1322491. OLE color: 1322491.
HSL color Cylindrical-coordinate representation of color #FB2D14: hue angle of 6.49º 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 #FB2D14 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 20 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.02 |
| HSL | 6.49º | 0.97% | 0.53% | - |
| HSV(B) | 6.49º | 0.92% | 0.98% | - |
| XYZ | 40.85 | 22.44 | 2.84 | - |
| YUV | 103.74 | 80.75 | 233.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 20 | 0 | 0.82 | 0.92 | 0.02 | 6.49 | 0.97 | 0.53 |
| Hex | FB | 2D | 14 | 0 | 52 | 5C | 2 | 6 | 61 | 35 |
| Octal | 373 | 55 | 24 | 0 | 122 | 134 | 2 | 6 | 141 | 65 |
| Binary | 11111011 | 101101 | 10100 | 0 | 1010010 | 1011100 | 10 | 110 | 1100001 | 110101 |
Color Harmonies of #FB2D14
Complementary color
Monochromatic Colors of #FB2D14
Black with #FB2D14
Text Example
Text Example
White with #FB2D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2D14; }
p { color: rgb(251,45,20); }
H1.HeaderClassName
{
color: #FB2D14;
}
.AnyTagClassName
{
color: #FB2D14;
}
</style>
background-color css
<style>
a { background-color: #FB2D14; }
a { background-color: rgb(251,45,20); }
div.DivClassName
{
background-color: #FB2D14;
}
.BgClassName
{
background-color: #FB2D14;
}
</style>
border-color css
<style>
span { border-color: #FB2D14; }
span { border-color: rgb(251,45,20); }
td.TdClassName
{
border-color: #FB2D14;
}
.TagClassName
{
border-color: #FB2D14;
}
</style>