Shades of Torch Red #FF243A
Tints of Torch Red #FF243A
RGB
CMYK
RGB Variations
Color information
#FF243A (or 0xFF243A) is known color: Torch Red. HEX triplet: FF, 24 and 3A. RGB value is (255,36,58). Sum of RGB (Red+Green+Blue) = 255+36+58=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF243A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF243A is #00DBC5. Grayscale: #686868. Windows color (decimal): -56262 or 3810559. OLE color: 3810559.
HSL color Cylindrical-coordinate representation of color #FF243A: hue angle of 353.97º 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 #FF243A is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 58 | - |
| CMYK | 0 | 0.86 | 0.77 | 0 |
| HSL | 353.97º | 1% | 0.57% | - |
| HSV(B) | 353.97º | 0.86% | 1% | - |
| XYZ | 42.63 | 22.83 | 6.16 | - |
| YUV | 103.99 | 102.05 | 235.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 58 | 0 | 0.86 | 0.77 | 0 | 353.97 | 1 | 0.57 |
| Hex | FF | 24 | 3A | 0 | 56 | 4D | 0 | 162 | 64 | 39 |
| Octal | 377 | 44 | 72 | 0 | 126 | 115 | 0 | 542 | 144 | 71 |
| Binary | 11111111 | 100100 | 111010 | 0 | 1010110 | 1001101 | 0 | 101100010 | 1100100 | 111001 |
Color Harmonies of #FF243A
Complementary color
Monochromatic Colors of #FF243A
Black with #FF243A
Text Example
Text Example
White with #FF243A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF243A; }
p { color: rgb(255,36,58); }
H1.HeaderClassName
{
color: #FF243A;
}
.AnyTagClassName
{
color: #FF243A;
}
</style>
background-color css
<style>
a { background-color: #FF243A; }
a { background-color: rgb(255,36,58); }
div.DivClassName
{
background-color: #FF243A;
}
.BgClassName
{
background-color: #FF243A;
}
</style>
border-color css
<style>
span { border-color: #FF243A; }
span { border-color: rgb(255,36,58); }
td.TdClassName
{
border-color: #FF243A;
}
.TagClassName
{
border-color: #FF243A;
}
</style>