Shades of Torch Red #FF232C
Tints of Torch Red #FF232C
RGB
CMYK
RGB Variations
Color information
#FF232C (or 0xFF232C) is known color: Torch Red. HEX triplet: FF, 23 and 2C. RGB value is (255,35,44). Sum of RGB (Red+Green+Blue) = 255+35+44=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF232C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF232C is #00DCD3. Grayscale: #656565. Windows color (decimal): -56532 or 2892799. OLE color: 2892799.
HSL color Cylindrical-coordinate representation of color #FF232C: hue angle of 357.55º 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 #FF232C is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 44 | - |
| CMYK | 0 | 0.86 | 0.83 | 0 |
| HSL | 357.55º | 1% | 0.57% | - |
| HSV(B) | 357.55º | 0.86% | 1% | - |
| XYZ | 42.3 | 22.64 | 4.52 | - |
| YUV | 101.81 | 95.39 | 237.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 44 | 0 | 0.86 | 0.83 | 0 | 357.55 | 1 | 0.57 |
| Hex | FF | 23 | 2C | 0 | 56 | 53 | 0 | 166 | 64 | 39 |
| Octal | 377 | 43 | 54 | 0 | 126 | 123 | 0 | 546 | 144 | 71 |
| Binary | 11111111 | 100011 | 101100 | 0 | 1010110 | 1010011 | 0 | 101100110 | 1100100 | 111001 |
Color Harmonies of #FF232C
Complementary color
Monochromatic Colors of #FF232C
Black with #FF232C
Text Example
Text Example
White with #FF232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF232C; }
p { color: rgb(255,35,44); }
H1.HeaderClassName
{
color: #FF232C;
}
.AnyTagClassName
{
color: #FF232C;
}
</style>
background-color css
<style>
a { background-color: #FF232C; }
a { background-color: rgb(255,35,44); }
div.DivClassName
{
background-color: #FF232C;
}
.BgClassName
{
background-color: #FF232C;
}
</style>
border-color css
<style>
span { border-color: #FF232C; }
span { border-color: rgb(255,35,44); }
td.TdClassName
{
border-color: #FF232C;
}
.TagClassName
{
border-color: #FF232C;
}
</style>