Shades of Torch Red #FF041C
Tints of Torch Red #FF041C
RGB
CMYK
RGB Variations
Color information
#FF041C (or 0xFF041C) is known color: Torch Red. HEX triplet: FF, 04 and 1C. RGB value is (255,4,28). Sum of RGB (Red+Green+Blue) = 255+4+28=287 (38% of max value = 765). Red value is 255 (100% from 255 or 88.85% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 255 - color contains mainly: red. Hex color #FF041C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF041C is #00FBE3. Grayscale: #515151. Windows color (decimal): -64484 or 1836287. OLE color: 1836287.
HSL color Cylindrical-coordinate representation of color #FF041C: hue angle of 354.26º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF041C is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 28 | - |
| CMYK | 0 | 0.98 | 0.89 | 0 |
| HSL | 354.26º | 1% | 0.51% | - |
| HSV(B) | 354.26º | 0.98% | 1% | - |
| XYZ | 41.49 | 21.43 | 3.05 | - |
| YUV | 81.79 | 97.66 | 251.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 28 | 0 | 0.98 | 0.89 | 0 | 354.26 | 1 | 0.51 |
| Hex | FF | 4 | 1C | 0 | 62 | 59 | 0 | 162 | 64 | 33 |
| Octal | 377 | 4 | 34 | 0 | 142 | 131 | 0 | 542 | 144 | 63 |
| Binary | 11111111 | 100 | 11100 | 0 | 1100010 | 1011001 | 0 | 101100010 | 1100100 | 110011 |
Color Harmonies of #FF041C
Complementary color
Monochromatic Colors of #FF041C
Black with #FF041C
Text Example
Text Example
White with #FF041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF041C; }
p { color: rgb(255,4,28); }
H1.HeaderClassName
{
color: #FF041C;
}
.AnyTagClassName
{
color: #FF041C;
}
</style>
background-color css
<style>
a { background-color: #FF041C; }
a { background-color: rgb(255,4,28); }
div.DivClassName
{
background-color: #FF041C;
}
.BgClassName
{
background-color: #FF041C;
}
</style>
border-color css
<style>
span { border-color: #FF041C; }
span { border-color: rgb(255,4,28); }
td.TdClassName
{
border-color: #FF041C;
}
.TagClassName
{
border-color: #FF041C;
}
</style>