Shades of Scarlet #FC240C
Tints of Scarlet #FC240C
RGB
CMYK
RGB Variations
Color information
#FC240C (or 0xFC240C) is known color: Scarlet. HEX triplet: FC, 24 and 0C. RGB value is (252,36,12). Sum of RGB (Red+Green+Blue) = 252+36+12=300 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 252 - color contains mainly: red. Hex color #FC240C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC240C is #03DBF3. Grayscale: #626262. Windows color (decimal): -252916 or 795900. OLE color: 795900.
HSL color Cylindrical-coordinate representation of color #FC240C: hue angle of 6º 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 #FC240C is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 36 | 12 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.01 |
| HSL | 6º | 0.98% | 0.52% | - |
| HSV(B) | 6º | 0.95% | 0.99% | - |
| XYZ | 40.84 | 21.98 | 2.44 | - |
| YUV | 97.85 | 79.56 | 237.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 36 | 12 | 0 | 0.86 | 0.95 | 0.01 | 6 | 0.98 | 0.52 |
| Hex | FC | 24 | C | 0 | 56 | 5F | 1 | 6 | 62 | 34 |
| Octal | 374 | 44 | 14 | 0 | 126 | 137 | 1 | 6 | 142 | 64 |
| Binary | 11111100 | 100100 | 1100 | 0 | 1010110 | 1011111 | 1 | 110 | 1100010 | 110100 |
Color Harmonies of #FC240C
Complementary color
Monochromatic Colors of #FC240C
Black with #FC240C
Text Example
Text Example
White with #FC240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC240C; }
p { color: rgb(252,36,12); }
H1.HeaderClassName
{
color: #FC240C;
}
.AnyTagClassName
{
color: #FC240C;
}
</style>
background-color css
<style>
a { background-color: #FC240C; }
a { background-color: rgb(252,36,12); }
div.DivClassName
{
background-color: #FC240C;
}
.BgClassName
{
background-color: #FC240C;
}
</style>
border-color css
<style>
span { border-color: #FC240C; }
span { border-color: rgb(252,36,12); }
td.TdClassName
{
border-color: #FC240C;
}
.TagClassName
{
border-color: #FC240C;
}
</style>