Shades of Scarlet #FC281A
Tints of Scarlet #FC281A
RGB
CMYK
RGB Variations
Color information
#FC281A (or 0xFC281A) is known color: Scarlet. HEX triplet: FC, 28 and 1A. RGB value is (252,40,26). Sum of RGB (Red+Green+Blue) = 252+40+26=318 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.25% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 252 - color contains mainly: red. Hex color #FC281A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC281A is #03D7E5. Grayscale: #666666. Windows color (decimal): -251878 or 1714428. OLE color: 1714428.
HSL color Cylindrical-coordinate representation of color #FC281A: hue angle of 3.72º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC281A is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 26 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.01 |
| HSL | 3.72º | 0.97% | 0.55% | - |
| HSV(B) | 3.72º | 0.9% | 0.99% | - |
| XYZ | 41.09 | 22.29 | 3.11 | - |
| YUV | 101.79 | 85.24 | 235.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 26 | 0 | 0.84 | 0.90 | 0.01 | 3.72 | 0.97 | 0.55 |
| Hex | FC | 28 | 1A | 0 | 54 | 5A | 1 | 4 | 61 | 37 |
| Octal | 374 | 50 | 32 | 0 | 124 | 132 | 1 | 4 | 141 | 67 |
| Binary | 11111100 | 101000 | 11010 | 0 | 1010100 | 1011010 | 1 | 100 | 1100001 | 110111 |
Color Harmonies of #FC281A
Complementary color
Monochromatic Colors of #FC281A
Black with #FC281A
Text Example
Text Example
White with #FC281A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC281A; }
p { color: rgb(252,40,26); }
H1.HeaderClassName
{
color: #FC281A;
}
.AnyTagClassName
{
color: #FC281A;
}
</style>
background-color css
<style>
a { background-color: #FC281A; }
a { background-color: rgb(252,40,26); }
div.DivClassName
{
background-color: #FC281A;
}
.BgClassName
{
background-color: #FC281A;
}
</style>
border-color css
<style>
span { border-color: #FC281A; }
span { border-color: rgb(252,40,26); }
td.TdClassName
{
border-color: #FC281A;
}
.TagClassName
{
border-color: #FC281A;
}
</style>