Shades of Scarlet #FC281C
Tints of Scarlet #FC281C
RGB
CMYK
RGB Variations
Color information
#FC281C (or 0xFC281C) is known color: Scarlet. HEX triplet: FC, 28 and 1C. RGB value is (252,40,28). Sum of RGB (Red+Green+Blue) = 252+40+28=320 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.75% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 252 - color contains mainly: red. Hex color #FC281C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC281C is #03D7E3. Grayscale: #666666. Windows color (decimal): -251876 or 1845500. OLE color: 1845500.
HSL color Cylindrical-coordinate representation of color #FC281C: hue angle of 3.21º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC281C is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 28 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.01 |
| HSL | 3.21º | 0.97% | 0.55% | - |
| HSV(B) | 3.21º | 0.89% | 0.99% | - |
| XYZ | 41.11 | 22.3 | 3.24 | - |
| YUV | 102.02 | 86.24 | 234.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 28 | 0 | 0.84 | 0.89 | 0.01 | 3.21 | 0.97 | 0.55 |
| Hex | FC | 28 | 1C | 0 | 54 | 59 | 1 | 3 | 61 | 37 |
| Octal | 374 | 50 | 34 | 0 | 124 | 131 | 1 | 3 | 141 | 67 |
| Binary | 11111100 | 101000 | 11100 | 0 | 1010100 | 1011001 | 1 | 11 | 1100001 | 110111 |
Color Harmonies of #FC281C
Complementary color
Monochromatic Colors of #FC281C
Black with #FC281C
Text Example
Text Example
White with #FC281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC281C; }
p { color: rgb(252,40,28); }
H1.HeaderClassName
{
color: #FC281C;
}
.AnyTagClassName
{
color: #FC281C;
}
</style>
background-color css
<style>
a { background-color: #FC281C; }
a { background-color: rgb(252,40,28); }
div.DivClassName
{
background-color: #FC281C;
}
.BgClassName
{
background-color: #FC281C;
}
</style>
border-color css
<style>
span { border-color: #FC281C; }
span { border-color: rgb(252,40,28); }
td.TdClassName
{
border-color: #FC281C;
}
.TagClassName
{
border-color: #FC281C;
}
</style>