Shades of Torch Red #FF003F
Tints of Torch Red #FF003F
RGB
CMYK
RGB Variations
Color information
#FF003F (or 0xFF003F) is known color: Torch Red. HEX triplet: FF, 00 and 3F. RGB value is (255,0,63). Sum of RGB (Red+Green+Blue) = 255+0+63=318 (42% of max value = 765). Red value is 255 (100% from 255 or 80.19% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 255 - color contains mainly: red. Hex color #FF003F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF003F is #00FFC0. Grayscale: #535353. Windows color (decimal): -65473 or 4129023. OLE color: 4129023.
HSL color Cylindrical-coordinate representation of color #FF003F: hue angle of 345.18º 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 #FF003F is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.75 | 0 |
| HSL | 345.18º | 1% | 0.5% | - |
| HSV(B) | 345.18º | 1% | 1% | - |
| XYZ | 42.14 | 21.62 | 6.65 | - |
| YUV | 83.43 | 116.48 | 250.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 63 | 0 | 1 | 0.75 | 0 | 345.18 | 1 | 0.5 |
| Hex | FF | 0 | 3F | 0 | 64 | 4B | 0 | 159 | 64 | 32 |
| Octal | 377 | 0 | 77 | 0 | 144 | 113 | 0 | 531 | 144 | 62 |
| Binary | 11111111 | 0 | 111111 | 0 | 1100100 | 1001011 | 0 | 101011001 | 1100100 | 110010 |
Color Harmonies of #FF003F
Complementary color
Monochromatic Colors of #FF003F
Black with #FF003F
Text Example
Text Example
White with #FF003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF003F; }
p { color: rgb(255,0,63); }
H1.HeaderClassName
{
color: #FF003F;
}
.AnyTagClassName
{
color: #FF003F;
}
</style>
background-color css
<style>
a { background-color: #FF003F; }
a { background-color: rgb(255,0,63); }
div.DivClassName
{
background-color: #FF003F;
}
.BgClassName
{
background-color: #FF003F;
}
</style>
border-color css
<style>
span { border-color: #FF003F; }
span { border-color: rgb(255,0,63); }
td.TdClassName
{
border-color: #FF003F;
}
.TagClassName
{
border-color: #FF003F;
}
</style>