Shades of Scarlet #FB2D0A
Tints of Scarlet #FB2D0A
RGB
CMYK
RGB Variations
Color information
#FB2D0A (or 0xFB2D0A) is known color: Scarlet. HEX triplet: FB, 2D and 0A. RGB value is (251,45,10). Sum of RGB (Red+Green+Blue) = 251+45+10=306 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.03% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 10 (4.30% from 255 or 3.27% from 306); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2D0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2D0A is #04D2F5. Grayscale: #666666. Windows color (decimal): -316150 or 667131. OLE color: 667131.
HSL color Cylindrical-coordinate representation of color #FB2D0A: hue angle of 8.71º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB2D0A is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 10 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.02 |
| HSL | 8.71º | 0.97% | 0.51% | - |
| HSV(B) | 8.71º | 0.96% | 0.98% | - |
| XYZ | 40.78 | 22.41 | 2.46 | - |
| YUV | 102.6 | 75.75 | 233.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 10 | 0 | 0.82 | 0.96 | 0.02 | 8.71 | 0.97 | 0.51 |
| Hex | FB | 2D | A | 0 | 52 | 60 | 2 | 9 | 61 | 33 |
| Octal | 373 | 55 | 12 | 0 | 122 | 140 | 2 | 11 | 141 | 63 |
| Binary | 11111011 | 101101 | 1010 | 0 | 1010010 | 1100000 | 10 | 1001 | 1100001 | 110011 |
Color Harmonies of #FB2D0A
Complementary color
Monochromatic Colors of #FB2D0A
Black with #FB2D0A
Text Example
Text Example
White with #FB2D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2D0A; }
p { color: rgb(251,45,10); }
H1.HeaderClassName
{
color: #FB2D0A;
}
.AnyTagClassName
{
color: #FB2D0A;
}
</style>
background-color css
<style>
a { background-color: #FB2D0A; }
a { background-color: rgb(251,45,10); }
div.DivClassName
{
background-color: #FB2D0A;
}
.BgClassName
{
background-color: #FB2D0A;
}
</style>
border-color css
<style>
span { border-color: #FB2D0A; }
span { border-color: rgb(251,45,10); }
td.TdClassName
{
border-color: #FB2D0A;
}
.TagClassName
{
border-color: #FB2D0A;
}
</style>