Shades of Scarlet #FC2A17
Tints of Scarlet #FC2A17
RGB
CMYK
RGB Variations
Color information
#FC2A17 (or 0xFC2A17) is known color: Scarlet. HEX triplet: FC, 2A and 17. RGB value is (252,42,23). Sum of RGB (Red+Green+Blue) = 252+42+23=317 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.50% from 317); Green value is 42 (16.80% from 255 or 13.25% from 317); Blue value is 23 (9.38% from 255 or 7.26% from 317); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2A17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2A17 is #03D5E8. Grayscale: #666666. Windows color (decimal): -251369 or 1518332. OLE color: 1518332.
HSL color Cylindrical-coordinate representation of color #FC2A17: hue angle of 4.98º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC2A17 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 42 | 23 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.01 |
| HSL | 4.98º | 0.97% | 0.54% | - |
| HSV(B) | 4.98º | 0.91% | 0.99% | - |
| XYZ | 41.13 | 22.41 | 2.97 | - |
| YUV | 102.62 | 83.07 | 234.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 42 | 23 | 0 | 0.83 | 0.91 | 0.01 | 4.98 | 0.97 | 0.54 |
| Hex | FC | 2A | 17 | 0 | 53 | 5B | 1 | 5 | 61 | 36 |
| Octal | 374 | 52 | 27 | 0 | 123 | 133 | 1 | 5 | 141 | 66 |
| Binary | 11111100 | 101010 | 10111 | 0 | 1010011 | 1011011 | 1 | 101 | 1100001 | 110110 |
Color Harmonies of #FC2A17
Complementary color
Monochromatic Colors of #FC2A17
Black with #FC2A17
Text Example
Text Example
White with #FC2A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2A17; }
p { color: rgb(252,42,23); }
H1.HeaderClassName
{
color: #FC2A17;
}
.AnyTagClassName
{
color: #FC2A17;
}
</style>
background-color css
<style>
a { background-color: #FC2A17; }
a { background-color: rgb(252,42,23); }
div.DivClassName
{
background-color: #FC2A17;
}
.BgClassName
{
background-color: #FC2A17;
}
</style>
border-color css
<style>
span { border-color: #FC2A17; }
span { border-color: rgb(252,42,23); }
td.TdClassName
{
border-color: #FC2A17;
}
.TagClassName
{
border-color: #FC2A17;
}
</style>