Shades of Torch Red #FF232D
Tints of Torch Red #FF232D
RGB
CMYK
RGB Variations
Color information
#FF232D (or 0xFF232D) is known color: Torch Red. HEX triplet: FF, 23 and 2D. RGB value is (255,35,45). Sum of RGB (Red+Green+Blue) = 255+35+45=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF232D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF232D is #00DCD2. Grayscale: #666666. Windows color (decimal): -56531 or 2958335. OLE color: 2958335.
HSL color Cylindrical-coordinate representation of color #FF232D: hue angle of 357.27º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF232D is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 45 | - |
| CMYK | 0 | 0.86 | 0.82 | 0 |
| HSL | 357.27º | 1% | 0.57% | - |
| HSV(B) | 357.27º | 0.86% | 1% | - |
| XYZ | 42.31 | 22.65 | 4.62 | - |
| YUV | 101.92 | 95.89 | 237.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 45 | 0 | 0.86 | 0.82 | 0 | 357.27 | 1 | 0.57 |
| Hex | FF | 23 | 2D | 0 | 56 | 52 | 0 | 165 | 64 | 39 |
| Octal | 377 | 43 | 55 | 0 | 126 | 122 | 0 | 545 | 144 | 71 |
| Binary | 11111111 | 100011 | 101101 | 0 | 1010110 | 1010010 | 0 | 101100101 | 1100100 | 111001 |
Color Harmonies of #FF232D
Complementary color
Monochromatic Colors of #FF232D
Black with #FF232D
Text Example
Text Example
White with #FF232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF232D; }
p { color: rgb(255,35,45); }
H1.HeaderClassName
{
color: #FF232D;
}
.AnyTagClassName
{
color: #FF232D;
}
</style>
background-color css
<style>
a { background-color: #FF232D; }
a { background-color: rgb(255,35,45); }
div.DivClassName
{
background-color: #FF232D;
}
.BgClassName
{
background-color: #FF232D;
}
</style>
border-color css
<style>
span { border-color: #FF232D; }
span { border-color: rgb(255,35,45); }
td.TdClassName
{
border-color: #FF232D;
}
.TagClassName
{
border-color: #FF232D;
}
</style>