Shades of Scarlet #FB2A10
Tints of Scarlet #FB2A10
RGB
CMYK
RGB Variations
Color information
#FB2A10 (or 0xFB2A10) is known color: Scarlet. HEX triplet: FB, 2A and 10. RGB value is (251,42,16). Sum of RGB (Red+Green+Blue) = 251+42+16=309 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.23% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2A10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2A10 is #04D5EF. Grayscale: #656565. Windows color (decimal): -316912 or 1059579. OLE color: 1059579.
HSL color Cylindrical-coordinate representation of color #FB2A10: hue angle of 6.64º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB2A10 is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 42 | 16 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.02 |
| HSL | 6.64º | 0.97% | 0.52% | - |
| HSV(B) | 6.64º | 0.94% | 0.98% | - |
| XYZ | 40.71 | 22.2 | 2.63 | - |
| YUV | 101.53 | 79.74 | 234.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 42 | 16 | 0 | 0.83 | 0.94 | 0.02 | 6.64 | 0.97 | 0.52 |
| Hex | FB | 2A | 10 | 0 | 53 | 5E | 2 | 7 | 61 | 34 |
| Octal | 373 | 52 | 20 | 0 | 123 | 136 | 2 | 7 | 141 | 64 |
| Binary | 11111011 | 101010 | 10000 | 0 | 1010011 | 1011110 | 10 | 111 | 1100001 | 110100 |
Color Harmonies of #FB2A10
Complementary color
Monochromatic Colors of #FB2A10
Black with #FB2A10
Text Example
Text Example
White with #FB2A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2A10; }
p { color: rgb(251,42,16); }
H1.HeaderClassName
{
color: #FB2A10;
}
.AnyTagClassName
{
color: #FB2A10;
}
</style>
background-color css
<style>
a { background-color: #FB2A10; }
a { background-color: rgb(251,42,16); }
div.DivClassName
{
background-color: #FB2A10;
}
.BgClassName
{
background-color: #FB2A10;
}
</style>
border-color css
<style>
span { border-color: #FB2A10; }
span { border-color: rgb(251,42,16); }
td.TdClassName
{
border-color: #FB2A10;
}
.TagClassName
{
border-color: #FB2A10;
}
</style>