Shades of Scarlet #FB2A12
Tints of Scarlet #FB2A12
RGB
CMYK
RGB Variations
Color information
#FB2A12 (or 0xFB2A12) is known color: Scarlet. HEX triplet: FB, 2A and 12. RGB value is (251,42,18). Sum of RGB (Red+Green+Blue) = 251+42+18=311 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.71% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2A12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2A12 is #04D5ED. Grayscale: #666666. Windows color (decimal): -316910 or 1190651. OLE color: 1190651.
HSL color Cylindrical-coordinate representation of color #FB2A12: hue angle of 6.18º 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 #FB2A12 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 42 | 18 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.02 |
| HSL | 6.18º | 0.97% | 0.53% | - |
| HSV(B) | 6.18º | 0.93% | 0.98% | - |
| XYZ | 40.72 | 22.21 | 2.71 | - |
| YUV | 101.76 | 80.74 | 234.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 42 | 18 | 0 | 0.83 | 0.93 | 0.02 | 6.18 | 0.97 | 0.53 |
| Hex | FB | 2A | 12 | 0 | 53 | 5D | 2 | 6 | 61 | 35 |
| Octal | 373 | 52 | 22 | 0 | 123 | 135 | 2 | 6 | 141 | 65 |
| Binary | 11111011 | 101010 | 10010 | 0 | 1010011 | 1011101 | 10 | 110 | 1100001 | 110101 |
Color Harmonies of #FB2A12
Complementary color
Monochromatic Colors of #FB2A12
Black with #FB2A12
Text Example
Text Example
White with #FB2A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2A12; }
p { color: rgb(251,42,18); }
H1.HeaderClassName
{
color: #FB2A12;
}
.AnyTagClassName
{
color: #FB2A12;
}
</style>
background-color css
<style>
a { background-color: #FB2A12; }
a { background-color: rgb(251,42,18); }
div.DivClassName
{
background-color: #FB2A12;
}
.BgClassName
{
background-color: #FB2A12;
}
</style>
border-color css
<style>
span { border-color: #FB2A12; }
span { border-color: rgb(251,42,18); }
td.TdClassName
{
border-color: #FB2A12;
}
.TagClassName
{
border-color: #FB2A12;
}
</style>