Shades of Torch Red #FF242F
Tints of Torch Red #FF242F
RGB
CMYK
RGB Variations
Color information
#FF242F (or 0xFF242F) is known color: Torch Red. HEX triplet: FF, 24 and 2F. RGB value is (255,36,47). Sum of RGB (Red+Green+Blue) = 255+36+47=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF242F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF242F is #00DBD0. Grayscale: #666666. Windows color (decimal): -56273 or 3089663. OLE color: 3089663.
HSL color Cylindrical-coordinate representation of color #FF242F: hue angle of 356.99º 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 #FF242F is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 47 | - |
| CMYK | 0 | 0.86 | 0.82 | 0 |
| HSL | 356.99º | 1% | 0.57% | - |
| HSV(B) | 356.99º | 0.86% | 1% | - |
| XYZ | 42.38 | 22.73 | 4.84 | - |
| YUV | 102.74 | 96.55 | 236.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 47 | 0 | 0.86 | 0.82 | 0 | 356.99 | 1 | 0.57 |
| Hex | FF | 24 | 2F | 0 | 56 | 52 | 0 | 165 | 64 | 39 |
| Octal | 377 | 44 | 57 | 0 | 126 | 122 | 0 | 545 | 144 | 71 |
| Binary | 11111111 | 100100 | 101111 | 0 | 1010110 | 1010010 | 0 | 101100101 | 1100100 | 111001 |
Color Harmonies of #FF242F
Complementary color
Monochromatic Colors of #FF242F
Black with #FF242F
Text Example
Text Example
White with #FF242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF242F; }
p { color: rgb(255,36,47); }
H1.HeaderClassName
{
color: #FF242F;
}
.AnyTagClassName
{
color: #FF242F;
}
</style>
background-color css
<style>
a { background-color: #FF242F; }
a { background-color: rgb(255,36,47); }
div.DivClassName
{
background-color: #FF242F;
}
.BgClassName
{
background-color: #FF242F;
}
</style>
border-color css
<style>
span { border-color: #FF242F; }
span { border-color: rgb(255,36,47); }
td.TdClassName
{
border-color: #FF242F;
}
.TagClassName
{
border-color: #FF242F;
}
</style>