Shades of Scarlet #FB1200
Tints of Scarlet #FB1200
RGB
CMYK
RGB Variations
Color information
#FB1200 (or 0xFB1200) is known color: Scarlet. HEX triplet: FB, 12 and 00. RGB value is (251,18,0). Sum of RGB (Red+Green+Blue) = 251+18+0=269 (35% of max value = 765). Red value is 251 (98.44% from 255 or 93.31% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1200 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1200 is #04EDFF. Grayscale: #555555. Windows color (decimal): -323072 or 4859. OLE color: 4859.
HSL color Cylindrical-coordinate representation of color #FB1200: hue angle of 4.3º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB1200 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 18 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.02 |
| HSL | 4.3º | 1% | 0.49% | - |
| HSV(B) | 4.3º | 1% | 0.98% | - |
| XYZ | 40 | 20.94 | 1.93 | - |
| YUV | 85.62 | 79.69 | 245.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 18 | 0 | 0 | 0.93 | 1 | 0.02 | 4.3 | 1 | 0.49 |
| Hex | FB | 12 | 0 | 0 | 5D | 64 | 2 | 4 | 64 | 31 |
| Octal | 373 | 22 | 0 | 0 | 135 | 144 | 2 | 4 | 144 | 61 |
| Binary | 11111011 | 10010 | 0 | 0 | 1011101 | 1100100 | 10 | 100 | 1100100 | 110001 |
Color Harmonies of #FB1200
Complementary color
Monochromatic Colors of #FB1200
Black with #FB1200
Text Example
Text Example
White with #FB1200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1200; }
p { color: rgb(251,18,0); }
H1.HeaderClassName
{
color: #FB1200;
}
.AnyTagClassName
{
color: #FB1200;
}
</style>
background-color css
<style>
a { background-color: #FB1200; }
a { background-color: rgb(251,18,0); }
div.DivClassName
{
background-color: #FB1200;
}
.BgClassName
{
background-color: #FB1200;
}
</style>
border-color css
<style>
span { border-color: #FB1200; }
span { border-color: rgb(251,18,0); }
td.TdClassName
{
border-color: #FB1200;
}
.TagClassName
{
border-color: #FB1200;
}
</style>