Shades of Torch Red #FC1727
Tints of Torch Red #FC1727
RGB
CMYK
RGB Variations
Color information
#FC1727 (or 0xFC1727) is known color: Torch Red. HEX triplet: FC, 17 and 27. RGB value is (252,23,39). Sum of RGB (Red+Green+Blue) = 252+23+39=314 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.25% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1727 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1727 is #03E8D8. Grayscale: #5D5D5D. Windows color (decimal): -256217 or 2562044. OLE color: 2562044.
HSL color Cylindrical-coordinate representation of color #FC1727: hue angle of 355.81º 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 #FC1727 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 23 | 39 | - |
CMYK | 0 | 0.91 | 0.85 | 0.01 |
HSL | 355.81º | 0.97% | 0.54% | - |
HSV(B) | 355.81º | 0.91% | 0.99% | - |
XYZ | 40.82 | 21.45 | 3.91 | - |
YUV | 93.3 | 97.37 | 241.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 23 | 39 | 0 | 0.91 | 0.85 | 0.01 | 355.81 | 0.97 | 0.54 |
Hex | FC | 17 | 27 | 0 | 5B | 55 | 1 | 164 | 61 | 36 |
Octal | 374 | 27 | 47 | 0 | 133 | 125 | 1 | 544 | 141 | 66 |
Binary | 11111100 | 10111 | 100111 | 0 | 1011011 | 1010101 | 1 | 101100100 | 1100001 | 110110 |
Color Harmonies of #FC1727
Complementary color
Monochromatic Colors of #FC1727
Black with #FC1727
Text Example
Text Example
White with #FC1727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1727; }
p { color: rgb(252,23,39); }
H1.HeaderClassName
{
color: #FC1727;
}
.AnyTagClassName
{
color: #FC1727;
}
</style>
background-color css
<style>
a { background-color: #FC1727; }
a { background-color: rgb(252,23,39); }
div.DivClassName
{
background-color: #FC1727;
}
.BgClassName
{
background-color: #FC1727;
}
</style>
border-color css
<style>
span { border-color: #FC1727; }
span { border-color: rgb(252,23,39); }
td.TdClassName
{
border-color: #FC1727;
}
.TagClassName
{
border-color: #FC1727;
}
</style>