Shades of Torch Red #FF032F
Tints of Torch Red #FF032F
RGB
CMYK
RGB Variations
Color information
#FF032F (or 0xFF032F) is known color: Torch Red. HEX triplet: FF, 03 and 2F. RGB value is (255,3,47). Sum of RGB (Red+Green+Blue) = 255+3+47=305 (40% of max value = 765). Red value is 255 (100% from 255 or 83.61% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 255 - color contains mainly: red. Hex color #FF032F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF032F is #00FCD0. Grayscale: #535353. Windows color (decimal): -64721 or 3081215. OLE color: 3081215.
HSL color Cylindrical-coordinate representation of color #FF032F: hue angle of 349.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF032F is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 47 | - |
| CMYK | 0 | 0.99 | 0.82 | 0 |
| HSL | 349.52º | 1% | 0.51% | - |
| HSV(B) | 349.52º | 0.99% | 1% | - |
| XYZ | 41.79 | 21.53 | 4.64 | - |
| YUV | 83.36 | 107.49 | 250.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 47 | 0 | 0.99 | 0.82 | 0 | 349.52 | 1 | 0.51 |
| Hex | FF | 3 | 2F | 0 | 63 | 52 | 0 | 15E | 64 | 33 |
| Octal | 377 | 3 | 57 | 0 | 143 | 122 | 0 | 536 | 144 | 63 |
| Binary | 11111111 | 11 | 101111 | 0 | 1100011 | 1010010 | 0 | 101011110 | 1100100 | 110011 |
Color Harmonies of #FF032F
Complementary color
Monochromatic Colors of #FF032F
Black with #FF032F
Text Example
Text Example
White with #FF032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF032F; }
p { color: rgb(255,3,47); }
H1.HeaderClassName
{
color: #FF032F;
}
.AnyTagClassName
{
color: #FF032F;
}
</style>
background-color css
<style>
a { background-color: #FF032F; }
a { background-color: rgb(255,3,47); }
div.DivClassName
{
background-color: #FF032F;
}
.BgClassName
{
background-color: #FF032F;
}
</style>
border-color css
<style>
span { border-color: #FF032F; }
span { border-color: rgb(255,3,47); }
td.TdClassName
{
border-color: #FF032F;
}
.TagClassName
{
border-color: #FF032F;
}
</style>