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