Shades of Scarlet #FB1C10
Tints of Scarlet #FB1C10
RGB
CMYK
RGB Variations
Color information
#FB1C10 (or 0xFB1C10) is known color: Scarlet. HEX triplet: FB, 1C and 10. RGB value is (251,28,16). Sum of RGB (Red+Green+Blue) = 251+28+16=295 (39% of max value = 765). Red value is 251 (98.44% from 255 or 85.08% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1C10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB1C10 is #04E3EF. Grayscale: #5D5D5D. Windows color (decimal): -320496 or 1055995. OLE color: 1055995.
HSL color Cylindrical-coordinate representation of color #FB1C10: hue angle of 3.06º 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 #FB1C10 is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 28 | 16 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.02 |
| HSL | 3.06º | 0.97% | 0.52% | - |
| HSV(B) | 3.06º | 0.94% | 0.98% | - |
| XYZ | 40.29 | 21.38 | 2.49 | - |
| YUV | 93.31 | 84.38 | 240.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 28 | 16 | 0 | 0.89 | 0.94 | 0.02 | 3.06 | 0.97 | 0.52 |
| Hex | FB | 1C | 10 | 0 | 59 | 5E | 2 | 3 | 61 | 34 |
| Octal | 373 | 34 | 20 | 0 | 131 | 136 | 2 | 3 | 141 | 64 |
| Binary | 11111011 | 11100 | 10000 | 0 | 1011001 | 1011110 | 10 | 11 | 1100001 | 110100 |
Color Harmonies of #FB1C10
Complementary color
Monochromatic Colors of #FB1C10
Black with #FB1C10
Text Example
Text Example
White with #FB1C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1C10; }
p { color: rgb(251,28,16); }
H1.HeaderClassName
{
color: #FB1C10;
}
.AnyTagClassName
{
color: #FB1C10;
}
</style>
background-color css
<style>
a { background-color: #FB1C10; }
a { background-color: rgb(251,28,16); }
div.DivClassName
{
background-color: #FB1C10;
}
.BgClassName
{
background-color: #FB1C10;
}
</style>
border-color css
<style>
span { border-color: #FB1C10; }
span { border-color: rgb(251,28,16); }
td.TdClassName
{
border-color: #FB1C10;
}
.TagClassName
{
border-color: #FB1C10;
}
</style>