Shades of Scarlet #FB2D15
Tints of Scarlet #FB2D15
RGB
CMYK
RGB Variations
Color information
#FB2D15 (or 0xFB2D15) is known color: Scarlet. HEX triplet: FB, 2D and 15. RGB value is (251,45,21). Sum of RGB (Red+Green+Blue) = 251+45+21=317 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.18% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2D15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2D15 is #04D2EA. Grayscale: #686868. Windows color (decimal): -316139 or 1388027. OLE color: 1388027.
HSL color Cylindrical-coordinate representation of color #FB2D15: hue angle of 6.26º 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 #FB2D15 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 21 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.02 |
| HSL | 6.26º | 0.97% | 0.53% | - |
| HSV(B) | 6.26º | 0.92% | 0.98% | - |
| XYZ | 40.86 | 22.44 | 2.89 | - |
| YUV | 103.86 | 81.25 | 232.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 21 | 0 | 0.82 | 0.92 | 0.02 | 6.26 | 0.97 | 0.53 |
| Hex | FB | 2D | 15 | 0 | 52 | 5C | 2 | 6 | 61 | 35 |
| Octal | 373 | 55 | 25 | 0 | 122 | 134 | 2 | 6 | 141 | 65 |
| Binary | 11111011 | 101101 | 10101 | 0 | 1010010 | 1011100 | 10 | 110 | 1100001 | 110101 |
Color Harmonies of #FB2D15
Complementary color
Monochromatic Colors of #FB2D15
Black with #FB2D15
Text Example
Text Example
White with #FB2D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2D15; }
p { color: rgb(251,45,21); }
H1.HeaderClassName
{
color: #FB2D15;
}
.AnyTagClassName
{
color: #FB2D15;
}
</style>
background-color css
<style>
a { background-color: #FB2D15; }
a { background-color: rgb(251,45,21); }
div.DivClassName
{
background-color: #FB2D15;
}
.BgClassName
{
background-color: #FB2D15;
}
</style>
border-color css
<style>
span { border-color: #FB2D15; }
span { border-color: rgb(251,45,21); }
td.TdClassName
{
border-color: #FB2D15;
}
.TagClassName
{
border-color: #FB2D15;
}
</style>