Shades of Scarlet #FB2B11
Tints of Scarlet #FB2B11
RGB
CMYK
RGB Variations
Color information
#FB2B11 (or 0xFB2B11) is known color: Scarlet. HEX triplet: FB, 2B and 11. RGB value is (251,43,17). Sum of RGB (Red+Green+Blue) = 251+43+17=311 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.71% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2B11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2B11 is #04D4EE. Grayscale: #666666. Windows color (decimal): -316655 or 1125371. OLE color: 1125371.
HSL color Cylindrical-coordinate representation of color #FB2B11: hue angle of 6.67º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB2B11 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 43 | 17 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.02 |
| HSL | 6.67º | 0.97% | 0.53% | - |
| HSV(B) | 6.67º | 0.93% | 0.98% | - |
| XYZ | 40.75 | 22.28 | 2.68 | - |
| YUV | 102.23 | 79.91 | 234.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 43 | 17 | 0 | 0.83 | 0.93 | 0.02 | 6.67 | 0.97 | 0.53 |
| Hex | FB | 2B | 11 | 0 | 53 | 5D | 2 | 7 | 61 | 35 |
| Octal | 373 | 53 | 21 | 0 | 123 | 135 | 2 | 7 | 141 | 65 |
| Binary | 11111011 | 101011 | 10001 | 0 | 1010011 | 1011101 | 10 | 111 | 1100001 | 110101 |
Color Harmonies of #FB2B11
Complementary color
Monochromatic Colors of #FB2B11
Black with #FB2B11
Text Example
Text Example
White with #FB2B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2B11; }
p { color: rgb(251,43,17); }
H1.HeaderClassName
{
color: #FB2B11;
}
.AnyTagClassName
{
color: #FB2B11;
}
</style>
background-color css
<style>
a { background-color: #FB2B11; }
a { background-color: rgb(251,43,17); }
div.DivClassName
{
background-color: #FB2B11;
}
.BgClassName
{
background-color: #FB2B11;
}
</style>
border-color css
<style>
span { border-color: #FB2B11; }
span { border-color: rgb(251,43,17); }
td.TdClassName
{
border-color: #FB2B11;
}
.TagClassName
{
border-color: #FB2B11;
}
</style>