Shades of Scarlet #FC3315
Tints of Scarlet #FC3315
RGB
CMYK
RGB Variations
Color information
#FC3315 (or 0xFC3315) is known color: Scarlet. HEX triplet: FC, 33 and 15. RGB value is (252,51,21). Sum of RGB (Red+Green+Blue) = 252+51+21=324 (42% of max value = 765). Red value is 252 (98.83% from 255 or 77.78% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3315 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3315 is #03CCEA. Grayscale: #6C6C6C. Windows color (decimal): -249067 or 1389564. OLE color: 1389564.
HSL color Cylindrical-coordinate representation of color #FC3315: hue angle of 7.79º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC3315 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 51 | 21 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.01 |
| HSL | 7.79º | 0.97% | 0.54% | - |
| HSV(B) | 7.79º | 0.92% | 0.99% | - |
| XYZ | 41.46 | 23.12 | 2.99 | - |
| YUV | 107.68 | 79.09 | 230.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 51 | 21 | 0 | 0.80 | 0.92 | 0.01 | 7.79 | 0.97 | 0.54 |
| Hex | FC | 33 | 15 | 0 | 50 | 5C | 1 | 8 | 61 | 36 |
| Octal | 374 | 63 | 25 | 0 | 120 | 134 | 1 | 10 | 141 | 66 |
| Binary | 11111100 | 110011 | 10101 | 0 | 1010000 | 1011100 | 1 | 1000 | 1100001 | 110110 |
Color Harmonies of #FC3315
Complementary color
Monochromatic Colors of #FC3315
Black with #FC3315
Text Example
Text Example
White with #FC3315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3315; }
p { color: rgb(252,51,21); }
H1.HeaderClassName
{
color: #FC3315;
}
.AnyTagClassName
{
color: #FC3315;
}
</style>
background-color css
<style>
a { background-color: #FC3315; }
a { background-color: rgb(252,51,21); }
div.DivClassName
{
background-color: #FC3315;
}
.BgClassName
{
background-color: #FC3315;
}
</style>
border-color css
<style>
span { border-color: #FC3315; }
span { border-color: rgb(252,51,21); }
td.TdClassName
{
border-color: #FC3315;
}
.TagClassName
{
border-color: #FC3315;
}
</style>