Shades of Torch Red #FF002F
Tints of Torch Red #FF002F
RGB
CMYK
RGB Variations
Color information
#FF002F (or 0xFF002F) is known color: Torch Red. HEX triplet: FF, 00 and 2F. RGB value is (255,0,47). Sum of RGB (Red+Green+Blue) = 255+0+47=302 (40% of max value = 765). Red value is 255 (100% from 255 or 84.44% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 255 - color contains mainly: red. Hex color #FF002F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF002F is #00FFD0. Grayscale: #515151. Windows color (decimal): -65489 or 3080447. OLE color: 3080447.
HSL color Cylindrical-coordinate representation of color #FF002F: hue angle of 348.94º 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 #FF002F is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.82 | 0 |
| HSL | 348.94º | 1% | 0.5% | - |
| HSV(B) | 348.94º | 1% | 1% | - |
| XYZ | 41.75 | 21.47 | 4.63 | - |
| YUV | 81.6 | 108.48 | 251.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 47 | 0 | 1 | 0.82 | 0 | 348.94 | 1 | 0.5 |
| Hex | FF | 0 | 2F | 0 | 64 | 52 | 0 | 15D | 64 | 32 |
| Octal | 377 | 0 | 57 | 0 | 144 | 122 | 0 | 535 | 144 | 62 |
| Binary | 11111111 | 0 | 101111 | 0 | 1100100 | 1010010 | 0 | 101011101 | 1100100 | 110010 |
Color Harmonies of #FF002F
Complementary color
Monochromatic Colors of #FF002F
Black with #FF002F
Text Example
Text Example
White with #FF002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF002F; }
p { color: rgb(255,0,47); }
H1.HeaderClassName
{
color: #FF002F;
}
.AnyTagClassName
{
color: #FF002F;
}
</style>
background-color css
<style>
a { background-color: #FF002F; }
a { background-color: rgb(255,0,47); }
div.DivClassName
{
background-color: #FF002F;
}
.BgClassName
{
background-color: #FF002F;
}
</style>
border-color css
<style>
span { border-color: #FF002F; }
span { border-color: rgb(255,0,47); }
td.TdClassName
{
border-color: #FF002F;
}
.TagClassName
{
border-color: #FF002F;
}
</style>