Shades of Scarlet #FB2313
Tints of Scarlet #FB2313
RGB
CMYK
RGB Variations
Color information
#FB2313 (or 0xFB2313) is known color: Scarlet. HEX triplet: FB, 23 and 13. RGB value is (251,35,19). Sum of RGB (Red+Green+Blue) = 251+35+19=305 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.30% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2313 is #04DCEC. Grayscale: #626262. Windows color (decimal): -318701 or 1254395. OLE color: 1254395.
HSL color Cylindrical-coordinate representation of color #FB2313: hue angle of 4.14º 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 #FB2313 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 35 | 19 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.02 |
| HSL | 4.14º | 0.97% | 0.53% | - |
| HSV(B) | 4.14º | 0.92% | 0.98% | - |
| XYZ | 40.5 | 21.76 | 2.68 | - |
| YUV | 97.76 | 83.56 | 237.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 35 | 19 | 0 | 0.86 | 0.92 | 0.02 | 4.14 | 0.97 | 0.53 |
| Hex | FB | 23 | 13 | 0 | 56 | 5C | 2 | 4 | 61 | 35 |
| Octal | 373 | 43 | 23 | 0 | 126 | 134 | 2 | 4 | 141 | 65 |
| Binary | 11111011 | 100011 | 10011 | 0 | 1010110 | 1011100 | 10 | 100 | 1100001 | 110101 |
Color Harmonies of #FB2313
Complementary color
Monochromatic Colors of #FB2313
Black with #FB2313
Text Example
Text Example
White with #FB2313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2313; }
p { color: rgb(251,35,19); }
H1.HeaderClassName
{
color: #FB2313;
}
.AnyTagClassName
{
color: #FB2313;
}
</style>
background-color css
<style>
a { background-color: #FB2313; }
a { background-color: rgb(251,35,19); }
div.DivClassName
{
background-color: #FB2313;
}
.BgClassName
{
background-color: #FB2313;
}
</style>
border-color css
<style>
span { border-color: #FB2313; }
span { border-color: rgb(251,35,19); }
td.TdClassName
{
border-color: #FB2313;
}
.TagClassName
{
border-color: #FB2313;
}
</style>