Shades of Scarlet #FC2D0C
Tints of Scarlet #FC2D0C
RGB
CMYK
RGB Variations
Color information
#FC2D0C (or 0xFC2D0C) is known color: Scarlet. HEX triplet: FC, 2D and 0C. RGB value is (252,45,12). Sum of RGB (Red+Green+Blue) = 252+45+12=309 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.55% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2D0C is #03D2F3. Grayscale: #676767. Windows color (decimal): -250612 or 798204. OLE color: 798204.
HSL color Cylindrical-coordinate representation of color #FC2D0C: hue angle of 8.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC2D0C is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 45 | 12 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.01 |
| HSL | 8.25º | 0.98% | 0.52% | - |
| HSV(B) | 8.25º | 0.95% | 0.99% | - |
| XYZ | 41.15 | 22.6 | 2.54 | - |
| YUV | 103.13 | 76.58 | 234.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 45 | 12 | 0 | 0.82 | 0.95 | 0.01 | 8.25 | 0.98 | 0.52 |
| Hex | FC | 2D | C | 0 | 52 | 5F | 1 | 8 | 62 | 34 |
| Octal | 374 | 55 | 14 | 0 | 122 | 137 | 1 | 10 | 142 | 64 |
| Binary | 11111100 | 101101 | 1100 | 0 | 1010010 | 1011111 | 1 | 1000 | 1100010 | 110100 |
Color Harmonies of #FC2D0C
Complementary color
Monochromatic Colors of #FC2D0C
Black with #FC2D0C
Text Example
Text Example
White with #FC2D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2D0C; }
p { color: rgb(252,45,12); }
H1.HeaderClassName
{
color: #FC2D0C;
}
.AnyTagClassName
{
color: #FC2D0C;
}
</style>
background-color css
<style>
a { background-color: #FC2D0C; }
a { background-color: rgb(252,45,12); }
div.DivClassName
{
background-color: #FC2D0C;
}
.BgClassName
{
background-color: #FC2D0C;
}
</style>
border-color css
<style>
span { border-color: #FC2D0C; }
span { border-color: rgb(252,45,12); }
td.TdClassName
{
border-color: #FC2D0C;
}
.TagClassName
{
border-color: #FC2D0C;
}
</style>