Shades of Torch Red #FF031C
Tints of Torch Red #FF031C
RGB
CMYK
RGB Variations
Color information
#FF031C (or 0xFF031C) is known color: Torch Red. HEX triplet: FF, 03 and 1C. RGB value is (255,3,28). Sum of RGB (Red+Green+Blue) = 255+3+28=286 (37% of max value = 765). Red value is 255 (100% from 255 or 89.16% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 255 - color contains mainly: red. Hex color #FF031C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF031C is #00FCE3. Grayscale: #515151. Windows color (decimal): -64740 or 1836031. OLE color: 1836031.
HSL color Cylindrical-coordinate representation of color #FF031C: hue angle of 354.05º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF031C is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 28 | - |
| CMYK | 0 | 0.99 | 0.89 | 0 |
| HSL | 354.05º | 1% | 0.51% | - |
| HSV(B) | 354.05º | 0.99% | 1% | - |
| XYZ | 41.48 | 21.41 | 3.04 | - |
| YUV | 81.2 | 97.99 | 251.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 28 | 0 | 0.99 | 0.89 | 0 | 354.05 | 1 | 0.51 |
| Hex | FF | 3 | 1C | 0 | 63 | 59 | 0 | 162 | 64 | 33 |
| Octal | 377 | 3 | 34 | 0 | 143 | 131 | 0 | 542 | 144 | 63 |
| Binary | 11111111 | 11 | 11100 | 0 | 1100011 | 1011001 | 0 | 101100010 | 1100100 | 110011 |
Color Harmonies of #FF031C
Complementary color
Monochromatic Colors of #FF031C
Black with #FF031C
Text Example
Text Example
White with #FF031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF031C; }
p { color: rgb(255,3,28); }
H1.HeaderClassName
{
color: #FF031C;
}
.AnyTagClassName
{
color: #FF031C;
}
</style>
background-color css
<style>
a { background-color: #FF031C; }
a { background-color: rgb(255,3,28); }
div.DivClassName
{
background-color: #FF031C;
}
.BgClassName
{
background-color: #FF031C;
}
</style>
border-color css
<style>
span { border-color: #FF031C; }
span { border-color: rgb(255,3,28); }
td.TdClassName
{
border-color: #FF031C;
}
.TagClassName
{
border-color: #FF031C;
}
</style>