Shades of Scarlet #FC210D
Tints of Scarlet #FC210D
RGB
CMYK
RGB Variations
Color information
#FC210D (or 0xFC210D) is known color: Scarlet. HEX triplet: FC, 21 and 0D. RGB value is (252,33,13). Sum of RGB (Red+Green+Blue) = 252+33+13=298 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.56% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 252 - color contains mainly: red. Hex color #FC210D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC210D is #03DEF2. Grayscale: #606060. Windows color (decimal): -253683 or 860668. OLE color: 860668.
HSL color Cylindrical-coordinate representation of color #FC210D: hue angle of 5.02º 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 #FC210D is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 33 | 13 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.01 |
| HSL | 5.02º | 0.98% | 0.52% | - |
| HSV(B) | 5.02º | 0.95% | 0.99% | - |
| XYZ | 40.76 | 21.81 | 2.44 | - |
| YUV | 96.2 | 81.05 | 239.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 33 | 13 | 0 | 0.87 | 0.95 | 0.01 | 5.02 | 0.98 | 0.52 |
| Hex | FC | 21 | D | 0 | 57 | 5F | 1 | 5 | 62 | 34 |
| Octal | 374 | 41 | 15 | 0 | 127 | 137 | 1 | 5 | 142 | 64 |
| Binary | 11111100 | 100001 | 1101 | 0 | 1010111 | 1011111 | 1 | 101 | 1100010 | 110100 |
Color Harmonies of #FC210D
Complementary color
Monochromatic Colors of #FC210D
Black with #FC210D
Text Example
Text Example
White with #FC210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC210D; }
p { color: rgb(252,33,13); }
H1.HeaderClassName
{
color: #FC210D;
}
.AnyTagClassName
{
color: #FC210D;
}
</style>
background-color css
<style>
a { background-color: #FC210D; }
a { background-color: rgb(252,33,13); }
div.DivClassName
{
background-color: #FC210D;
}
.BgClassName
{
background-color: #FC210D;
}
</style>
border-color css
<style>
span { border-color: #FC210D; }
span { border-color: rgb(252,33,13); }
td.TdClassName
{
border-color: #FC210D;
}
.TagClassName
{
border-color: #FC210D;
}
</style>