Shades of Scarlet #FB2B0D
Tints of Scarlet #FB2B0D
RGB
CMYK
RGB Variations
Color information
#FB2B0D (or 0xFB2B0D) is known color: Scarlet. HEX triplet: FB, 2B and 0D. RGB value is (251,43,13). Sum of RGB (Red+Green+Blue) = 251+43+13=307 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.76% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2B0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2B0D is #04D4F2. Grayscale: #666666. Windows color (decimal): -316659 or 863227. OLE color: 863227.
HSL color Cylindrical-coordinate representation of color #FB2B0D: hue angle of 7.56º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB2B0D is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 43 | 13 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.02 |
| HSL | 7.56º | 0.97% | 0.52% | - |
| HSV(B) | 7.56º | 0.95% | 0.98% | - |
| XYZ | 40.72 | 22.27 | 2.53 | - |
| YUV | 101.77 | 77.91 | 234.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 43 | 13 | 0 | 0.83 | 0.95 | 0.02 | 7.56 | 0.97 | 0.52 |
| Hex | FB | 2B | D | 0 | 53 | 5F | 2 | 8 | 61 | 34 |
| Octal | 373 | 53 | 15 | 0 | 123 | 137 | 2 | 10 | 141 | 64 |
| Binary | 11111011 | 101011 | 1101 | 0 | 1010011 | 1011111 | 10 | 1000 | 1100001 | 110100 |
Color Harmonies of #FB2B0D
Complementary color
Monochromatic Colors of #FB2B0D
Black with #FB2B0D
Text Example
Text Example
White with #FB2B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2B0D; }
p { color: rgb(251,43,13); }
H1.HeaderClassName
{
color: #FB2B0D;
}
.AnyTagClassName
{
color: #FB2B0D;
}
</style>
background-color css
<style>
a { background-color: #FB2B0D; }
a { background-color: rgb(251,43,13); }
div.DivClassName
{
background-color: #FB2B0D;
}
.BgClassName
{
background-color: #FB2B0D;
}
</style>
border-color css
<style>
span { border-color: #FB2B0D; }
span { border-color: rgb(251,43,13); }
td.TdClassName
{
border-color: #FB2B0D;
}
.TagClassName
{
border-color: #FB2B0D;
}
</style>