Shades of Torch Red #FF243F
Tints of Torch Red #FF243F
RGB
CMYK
RGB Variations
Color information
#FF243F (or 0xFF243F) is known color: Torch Red. HEX triplet: FF, 24 and 3F. RGB value is (255,36,63). Sum of RGB (Red+Green+Blue) = 255+36+63=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF243F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF243F is #00DBC0. Grayscale: #686868. Windows color (decimal): -56257 or 4138239. OLE color: 4138239.
HSL color Cylindrical-coordinate representation of color #FF243F: hue angle of 352.6º 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 #FF243F is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 63 | - |
| CMYK | 0 | 0.86 | 0.75 | 0 |
| HSL | 352.6º | 1% | 0.57% | - |
| HSV(B) | 352.6º | 0.86% | 1% | - |
| XYZ | 42.77 | 22.88 | 6.86 | - |
| YUV | 104.56 | 104.55 | 235.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 63 | 0 | 0.86 | 0.75 | 0 | 352.6 | 1 | 0.57 |
| Hex | FF | 24 | 3F | 0 | 56 | 4B | 0 | 161 | 64 | 39 |
| Octal | 377 | 44 | 77 | 0 | 126 | 113 | 0 | 541 | 144 | 71 |
| Binary | 11111111 | 100100 | 111111 | 0 | 1010110 | 1001011 | 0 | 101100001 | 1100100 | 111001 |
Color Harmonies of #FF243F
Complementary color
Monochromatic Colors of #FF243F
Black with #FF243F
Text Example
Text Example
White with #FF243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF243F; }
p { color: rgb(255,36,63); }
H1.HeaderClassName
{
color: #FF243F;
}
.AnyTagClassName
{
color: #FF243F;
}
</style>
background-color css
<style>
a { background-color: #FF243F; }
a { background-color: rgb(255,36,63); }
div.DivClassName
{
background-color: #FF243F;
}
.BgClassName
{
background-color: #FF243F;
}
</style>
border-color css
<style>
span { border-color: #FF243F; }
span { border-color: rgb(255,36,63); }
td.TdClassName
{
border-color: #FF243F;
}
.TagClassName
{
border-color: #FF243F;
}
</style>