Shades of Torch Red #FF023D
Tints of Torch Red #FF023D
RGB
CMYK
RGB Variations
Color information
#FF023D (or 0xFF023D) is known color: Torch Red. HEX triplet: FF, 02 and 3D. RGB value is (255,2,61). Sum of RGB (Red+Green+Blue) = 255+2+61=318 (42% of max value = 765). Red value is 255 (100% from 255 or 80.19% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 255 - color contains mainly: red. Hex color #FF023D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF023D is #00FDC2. Grayscale: #545454. Windows color (decimal): -64963 or 3998463. OLE color: 3998463.
HSL color Cylindrical-coordinate representation of color #FF023D: hue angle of 346.01º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF023D is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 61 | - |
| CMYK | 0 | 0.99 | 0.76 | 0 |
| HSL | 346.01º | 1% | 0.5% | - |
| HSV(B) | 346.01º | 0.99% | 1% | - |
| XYZ | 42.1 | 21.64 | 6.37 | - |
| YUV | 84.37 | 114.82 | 249.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 61 | 0 | 0.99 | 0.76 | 0 | 346.01 | 1 | 0.5 |
| Hex | FF | 2 | 3D | 0 | 63 | 4C | 0 | 15A | 64 | 32 |
| Octal | 377 | 2 | 75 | 0 | 143 | 114 | 0 | 532 | 144 | 62 |
| Binary | 11111111 | 10 | 111101 | 0 | 1100011 | 1001100 | 0 | 101011010 | 1100100 | 110010 |
Color Harmonies of #FF023D
Complementary color
Monochromatic Colors of #FF023D
Black with #FF023D
Text Example
Text Example
White with #FF023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF023D; }
p { color: rgb(255,2,61); }
H1.HeaderClassName
{
color: #FF023D;
}
.AnyTagClassName
{
color: #FF023D;
}
</style>
background-color css
<style>
a { background-color: #FF023D; }
a { background-color: rgb(255,2,61); }
div.DivClassName
{
background-color: #FF023D;
}
.BgClassName
{
background-color: #FF023D;
}
</style>
border-color css
<style>
span { border-color: #FF023D; }
span { border-color: rgb(255,2,61); }
td.TdClassName
{
border-color: #FF023D;
}
.TagClassName
{
border-color: #FF023D;
}
</style>