Shades of Torch Red #FF233A
Tints of Torch Red #FF233A
RGB
CMYK
RGB Variations
Color information
#FF233A (or 0xFF233A) is known color: Torch Red. HEX triplet: FF, 23 and 3A. RGB value is (255,35,58). Sum of RGB (Red+Green+Blue) = 255+35+58=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF233A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF233A is #00DCC5. Grayscale: #676767. Windows color (decimal): -56518 or 3810303. OLE color: 3810303.
HSL color Cylindrical-coordinate representation of color #FF233A: hue angle of 353.73º 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 #FF233A is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 58 | - |
| CMYK | 0 | 0.86 | 0.77 | 0 |
| HSL | 353.73º | 1% | 0.57% | - |
| HSV(B) | 353.73º | 0.86% | 1% | - |
| XYZ | 42.6 | 22.77 | 6.15 | - |
| YUV | 103.4 | 102.39 | 236.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 58 | 0 | 0.86 | 0.77 | 0 | 353.73 | 1 | 0.57 |
| Hex | FF | 23 | 3A | 0 | 56 | 4D | 0 | 162 | 64 | 39 |
| Octal | 377 | 43 | 72 | 0 | 126 | 115 | 0 | 542 | 144 | 71 |
| Binary | 11111111 | 100011 | 111010 | 0 | 1010110 | 1001101 | 0 | 101100010 | 1100100 | 111001 |
Color Harmonies of #FF233A
Complementary color
Monochromatic Colors of #FF233A
Black with #FF233A
Text Example
Text Example
White with #FF233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF233A; }
p { color: rgb(255,35,58); }
H1.HeaderClassName
{
color: #FF233A;
}
.AnyTagClassName
{
color: #FF233A;
}
</style>
background-color css
<style>
a { background-color: #FF233A; }
a { background-color: rgb(255,35,58); }
div.DivClassName
{
background-color: #FF233A;
}
.BgClassName
{
background-color: #FF233A;
}
</style>
border-color css
<style>
span { border-color: #FF233A; }
span { border-color: rgb(255,35,58); }
td.TdClassName
{
border-color: #FF233A;
}
.TagClassName
{
border-color: #FF233A;
}
</style>