Shades of Torch Red #FF243D
Tints of Torch Red #FF243D
RGB
CMYK
RGB Variations
Color information
#FF243D (or 0xFF243D) is known color: Torch Red. HEX triplet: FF, 24 and 3D. RGB value is (255,36,61). Sum of RGB (Red+Green+Blue) = 255+36+61=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF243D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF243D is #00DBC2. Grayscale: #686868. Windows color (decimal): -56259 or 4007167. OLE color: 4007167.
HSL color Cylindrical-coordinate representation of color #FF243D: hue angle of 353.15º 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 #FF243D is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 61 | - |
| CMYK | 0 | 0.86 | 0.76 | 0 |
| HSL | 353.15º | 1% | 0.57% | - |
| HSV(B) | 353.15º | 0.86% | 1% | - |
| XYZ | 42.71 | 22.86 | 6.58 | - |
| YUV | 104.33 | 103.55 | 235.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 61 | 0 | 0.86 | 0.76 | 0 | 353.15 | 1 | 0.57 |
| Hex | FF | 24 | 3D | 0 | 56 | 4C | 0 | 161 | 64 | 39 |
| Octal | 377 | 44 | 75 | 0 | 126 | 114 | 0 | 541 | 144 | 71 |
| Binary | 11111111 | 100100 | 111101 | 0 | 1010110 | 1001100 | 0 | 101100001 | 1100100 | 111001 |
Color Harmonies of #FF243D
Complementary color
Monochromatic Colors of #FF243D
Black with #FF243D
Text Example
Text Example
White with #FF243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF243D; }
p { color: rgb(255,36,61); }
H1.HeaderClassName
{
color: #FF243D;
}
.AnyTagClassName
{
color: #FF243D;
}
</style>
background-color css
<style>
a { background-color: #FF243D; }
a { background-color: rgb(255,36,61); }
div.DivClassName
{
background-color: #FF243D;
}
.BgClassName
{
background-color: #FF243D;
}
</style>
border-color css
<style>
span { border-color: #FF243D; }
span { border-color: rgb(255,36,61); }
td.TdClassName
{
border-color: #FF243D;
}
.TagClassName
{
border-color: #FF243D;
}
</style>