Shades of Scarlet #FC280B
Tints of Scarlet #FC280B
RGB
CMYK
RGB Variations
Color information
#FC280B (or 0xFC280B) is known color: Scarlet. HEX triplet: FC, 28 and 0B. RGB value is (252,40,11). Sum of RGB (Red+Green+Blue) = 252+40+11=303 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.17% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 252 - color contains mainly: red. Hex color #FC280B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC280B is #03D7F4. Grayscale: #646464. Windows color (decimal): -251893 or 731388. OLE color: 731388.
HSL color Cylindrical-coordinate representation of color #FC280B: hue angle of 7.22º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC280B is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 11 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.01 |
| HSL | 7.22º | 0.98% | 0.52% | - |
| HSV(B) | 7.22º | 0.96% | 0.99% | - |
| XYZ | 40.96 | 22.24 | 2.45 | - |
| YUV | 100.08 | 77.74 | 236.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 11 | 0 | 0.84 | 0.96 | 0.01 | 7.22 | 0.98 | 0.52 |
| Hex | FC | 28 | B | 0 | 54 | 60 | 1 | 7 | 62 | 34 |
| Octal | 374 | 50 | 13 | 0 | 124 | 140 | 1 | 7 | 142 | 64 |
| Binary | 11111100 | 101000 | 1011 | 0 | 1010100 | 1100000 | 1 | 111 | 1100010 | 110100 |
Color Harmonies of #FC280B
Complementary color
Monochromatic Colors of #FC280B
Black with #FC280B
Text Example
Text Example
White with #FC280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC280B; }
p { color: rgb(252,40,11); }
H1.HeaderClassName
{
color: #FC280B;
}
.AnyTagClassName
{
color: #FC280B;
}
</style>
background-color css
<style>
a { background-color: #FC280B; }
a { background-color: rgb(252,40,11); }
div.DivClassName
{
background-color: #FC280B;
}
.BgClassName
{
background-color: #FC280B;
}
</style>
border-color css
<style>
span { border-color: #FC280B; }
span { border-color: rgb(252,40,11); }
td.TdClassName
{
border-color: #FC280B;
}
.TagClassName
{
border-color: #FC280B;
}
</style>