Shades of Torch Red #FF004A
Tints of Torch Red #FF004A
RGB
CMYK
RGB Variations
Color information
#FF004A (or 0xFF004A) is known color: Torch Red. HEX triplet: FF, 00 and 4A. RGB value is (255,0,74). Sum of RGB (Red+Green+Blue) = 255+0+74=329 (43% of max value = 765). Red value is 255 (100% from 255 or 77.51% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 255 - color contains mainly: red. Hex color #FF004A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF004A is #00FFB5. Grayscale: #545454. Windows color (decimal): -65462 or 4849919. OLE color: 4849919.
HSL color Cylindrical-coordinate representation of color #FF004A: hue angle of 342.59º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF004A is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 74 | - |
| CMYK | 0 | 1 | 0.71 | 0 |
| HSL | 342.59º | 1% | 0.5% | - |
| HSV(B) | 342.59º | 1% | 1% | - |
| XYZ | 42.48 | 21.75 | 8.44 | - |
| YUV | 84.68 | 121.98 | 249.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 74 | 0 | 1 | 0.71 | 0 | 342.59 | 1 | 0.5 |
| Hex | FF | 0 | 4A | 0 | 64 | 47 | 0 | 157 | 64 | 32 |
| Octal | 377 | 0 | 112 | 0 | 144 | 107 | 0 | 527 | 144 | 62 |
| Binary | 11111111 | 0 | 1001010 | 0 | 1100100 | 1000111 | 0 | 101010111 | 1100100 | 110010 |
Color Harmonies of #FF004A
Complementary color
Monochromatic Colors of #FF004A
Black with #FF004A
Text Example
Text Example
White with #FF004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF004A; }
p { color: rgb(255,0,74); }
H1.HeaderClassName
{
color: #FF004A;
}
.AnyTagClassName
{
color: #FF004A;
}
</style>
background-color css
<style>
a { background-color: #FF004A; }
a { background-color: rgb(255,0,74); }
div.DivClassName
{
background-color: #FF004A;
}
.BgClassName
{
background-color: #FF004A;
}
</style>
border-color css
<style>
span { border-color: #FF004A; }
span { border-color: rgb(255,0,74); }
td.TdClassName
{
border-color: #FF004A;
}
.TagClassName
{
border-color: #FF004A;
}
</style>