Shades of Scarlet #FC2315
Tints of Scarlet #FC2315
RGB
CMYK
RGB Variations
Color information
#FC2315 (or 0xFC2315) is known color: Scarlet. HEX triplet: FC, 23 and 15. RGB value is (252,35,21). Sum of RGB (Red+Green+Blue) = 252+35+21=308 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.82% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2315 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2315 is #03DCEA. Grayscale: #626262. Windows color (decimal): -253163 or 1385468. OLE color: 1385468.
HSL color Cylindrical-coordinate representation of color #FC2315: hue angle of 3.64º 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 #FC2315 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 35 | 21 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.01 |
| HSL | 3.64º | 0.97% | 0.54% | - |
| HSV(B) | 3.64º | 0.92% | 0.99% | - |
| XYZ | 40.88 | 21.95 | 2.79 | - |
| YUV | 98.29 | 84.39 | 237.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 35 | 21 | 0 | 0.86 | 0.92 | 0.01 | 3.64 | 0.97 | 0.54 |
| Hex | FC | 23 | 15 | 0 | 56 | 5C | 1 | 4 | 61 | 36 |
| Octal | 374 | 43 | 25 | 0 | 126 | 134 | 1 | 4 | 141 | 66 |
| Binary | 11111100 | 100011 | 10101 | 0 | 1010110 | 1011100 | 1 | 100 | 1100001 | 110110 |
Color Harmonies of #FC2315
Complementary color
Monochromatic Colors of #FC2315
Black with #FC2315
Text Example
Text Example
White with #FC2315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2315; }
p { color: rgb(252,35,21); }
H1.HeaderClassName
{
color: #FC2315;
}
.AnyTagClassName
{
color: #FC2315;
}
</style>
background-color css
<style>
a { background-color: #FC2315; }
a { background-color: rgb(252,35,21); }
div.DivClassName
{
background-color: #FC2315;
}
.BgClassName
{
background-color: #FC2315;
}
</style>
border-color css
<style>
span { border-color: #FC2315; }
span { border-color: rgb(252,35,21); }
td.TdClassName
{
border-color: #FC2315;
}
.TagClassName
{
border-color: #FC2315;
}
</style>