Shades of Torch Red #FF0419
Tints of Torch Red #FF0419
RGB
CMYK
RGB Variations
Color information
#FF0419 (or 0xFF0419) is known color: Torch Red. HEX triplet: FF, 04 and 19. RGB value is (255,4,25). Sum of RGB (Red+Green+Blue) = 255+4+25=284 (37% of max value = 765). Red value is 255 (100% from 255 or 89.79% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0419 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0419 is #00FBE6. Grayscale: #515151. Windows color (decimal): -64487 or 1639679. OLE color: 1639679.
HSL color Cylindrical-coordinate representation of color #FF0419: hue angle of 354.98º 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 #FF0419 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 25 | - |
| CMYK | 0 | 0.98 | 0.90 | 0 |
| HSL | 354.98º | 1% | 0.51% | - |
| HSV(B) | 354.98º | 0.98% | 1% | - |
| XYZ | 41.46 | 21.42 | 2.87 | - |
| YUV | 81.44 | 96.16 | 251.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 25 | 0 | 0.98 | 0.90 | 0 | 354.98 | 1 | 0.51 |
| Hex | FF | 4 | 19 | 0 | 62 | 5A | 0 | 163 | 64 | 33 |
| Octal | 377 | 4 | 31 | 0 | 142 | 132 | 0 | 543 | 144 | 63 |
| Binary | 11111111 | 100 | 11001 | 0 | 1100010 | 1011010 | 0 | 101100011 | 1100100 | 110011 |
Color Harmonies of #FF0419
Complementary color
Monochromatic Colors of #FF0419
Black with #FF0419
Text Example
Text Example
White with #FF0419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0419; }
p { color: rgb(255,4,25); }
H1.HeaderClassName
{
color: #FF0419;
}
.AnyTagClassName
{
color: #FF0419;
}
</style>
background-color css
<style>
a { background-color: #FF0419; }
a { background-color: rgb(255,4,25); }
div.DivClassName
{
background-color: #FF0419;
}
.BgClassName
{
background-color: #FF0419;
}
</style>
border-color css
<style>
span { border-color: #FF0419; }
span { border-color: rgb(255,4,25); }
td.TdClassName
{
border-color: #FF0419;
}
.TagClassName
{
border-color: #FF0419;
}
</style>