Shades of Torch Red #FF032B
Tints of Torch Red #FF032B
RGB
CMYK
RGB Variations
Color information
#FF032B (or 0xFF032B) is known color: Torch Red. HEX triplet: FF, 03 and 2B. RGB value is (255,3,43). Sum of RGB (Red+Green+Blue) = 255+3+43=301 (39% of max value = 765). Red value is 255 (100% from 255 or 84.72% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 255 - color contains mainly: red. Hex color #FF032B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF032B is #00FCD4. Grayscale: #535353. Windows color (decimal): -64725 or 2819071. OLE color: 2819071.
HSL color Cylindrical-coordinate representation of color #FF032B: hue angle of 350.48º 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 #FF032B is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 43 | - |
| CMYK | 0 | 0.99 | 0.83 | 0 |
| HSL | 350.48º | 1% | 0.51% | - |
| HSV(B) | 350.48º | 0.99% | 1% | - |
| XYZ | 41.71 | 21.5 | 4.24 | - |
| YUV | 82.91 | 105.49 | 250.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 43 | 0 | 0.99 | 0.83 | 0 | 350.48 | 1 | 0.51 |
| Hex | FF | 3 | 2B | 0 | 63 | 53 | 0 | 15E | 64 | 33 |
| Octal | 377 | 3 | 53 | 0 | 143 | 123 | 0 | 536 | 144 | 63 |
| Binary | 11111111 | 11 | 101011 | 0 | 1100011 | 1010011 | 0 | 101011110 | 1100100 | 110011 |
Color Harmonies of #FF032B
Complementary color
Monochromatic Colors of #FF032B
Black with #FF032B
Text Example
Text Example
White with #FF032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF032B; }
p { color: rgb(255,3,43); }
H1.HeaderClassName
{
color: #FF032B;
}
.AnyTagClassName
{
color: #FF032B;
}
</style>
background-color css
<style>
a { background-color: #FF032B; }
a { background-color: rgb(255,3,43); }
div.DivClassName
{
background-color: #FF032B;
}
.BgClassName
{
background-color: #FF032B;
}
</style>
border-color css
<style>
span { border-color: #FF032B; }
span { border-color: rgb(255,3,43); }
td.TdClassName
{
border-color: #FF032B;
}
.TagClassName
{
border-color: #FF032B;
}
</style>