Shades of Torch Red #FF0434
Tints of Torch Red #FF0434
RGB
CMYK
RGB Variations
Color information
#FF0434 (or 0xFF0434) is known color: Torch Red. HEX triplet: FF, 04 and 34. RGB value is (255,4,52). Sum of RGB (Red+Green+Blue) = 255+4+52=311 (41% of max value = 765). Red value is 255 (100% from 255 or 81.99% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0434 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0434 is #00FBCB. Grayscale: #545454. Windows color (decimal): -64460 or 3409151. OLE color: 3409151.
HSL color Cylindrical-coordinate representation of color #FF0434: hue angle of 348.53º 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 #FF0434 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 52 | - |
| CMYK | 0 | 0.98 | 0.80 | 0 |
| HSL | 348.53º | 1% | 0.51% | - |
| HSV(B) | 348.53º | 0.98% | 1% | - |
| XYZ | 41.9 | 21.59 | 5.21 | - |
| YUV | 84.52 | 109.66 | 249.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 52 | 0 | 0.98 | 0.80 | 0 | 348.53 | 1 | 0.51 |
| Hex | FF | 4 | 34 | 0 | 62 | 50 | 0 | 15D | 64 | 33 |
| Octal | 377 | 4 | 64 | 0 | 142 | 120 | 0 | 535 | 144 | 63 |
| Binary | 11111111 | 100 | 110100 | 0 | 1100010 | 1010000 | 0 | 101011101 | 1100100 | 110011 |
Color Harmonies of #FF0434
Complementary color
Monochromatic Colors of #FF0434
Black with #FF0434
Text Example
Text Example
White with #FF0434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0434; }
p { color: rgb(255,4,52); }
H1.HeaderClassName
{
color: #FF0434;
}
.AnyTagClassName
{
color: #FF0434;
}
</style>
background-color css
<style>
a { background-color: #FF0434; }
a { background-color: rgb(255,4,52); }
div.DivClassName
{
background-color: #FF0434;
}
.BgClassName
{
background-color: #FF0434;
}
</style>
border-color css
<style>
span { border-color: #FF0434; }
span { border-color: rgb(255,4,52); }
td.TdClassName
{
border-color: #FF0434;
}
.TagClassName
{
border-color: #FF0434;
}
</style>