Shades of Torch Red #FF0236
Tints of Torch Red #FF0236
RGB
CMYK
RGB Variations
Color information
#FF0236 (or 0xFF0236) is known color: Torch Red. HEX triplet: FF, 02 and 36. RGB value is (255,2,54). Sum of RGB (Red+Green+Blue) = 255+2+54=311 (41% of max value = 765). Red value is 255 (100% from 255 or 81.99% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0236 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0236 is #00FDC9. Grayscale: #535353. Windows color (decimal): -64970 or 3539711. OLE color: 3539711.
HSL color Cylindrical-coordinate representation of color #FF0236: hue angle of 347.67º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0236 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 54 | - |
| CMYK | 0 | 0.99 | 0.79 | 0 |
| HSL | 347.67º | 1% | 0.5% | - |
| HSV(B) | 347.67º | 0.99% | 1% | - |
| XYZ | 41.93 | 21.57 | 5.44 | - |
| YUV | 83.58 | 111.32 | 250.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 54 | 0 | 0.99 | 0.79 | 0 | 347.67 | 1 | 0.5 |
| Hex | FF | 2 | 36 | 0 | 63 | 4F | 0 | 15C | 64 | 32 |
| Octal | 377 | 2 | 66 | 0 | 143 | 117 | 0 | 534 | 144 | 62 |
| Binary | 11111111 | 10 | 110110 | 0 | 1100011 | 1001111 | 0 | 101011100 | 1100100 | 110010 |
Color Harmonies of #FF0236
Complementary color
Monochromatic Colors of #FF0236
Black with #FF0236
Text Example
Text Example
White with #FF0236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0236; }
p { color: rgb(255,2,54); }
H1.HeaderClassName
{
color: #FF0236;
}
.AnyTagClassName
{
color: #FF0236;
}
</style>
background-color css
<style>
a { background-color: #FF0236; }
a { background-color: rgb(255,2,54); }
div.DivClassName
{
background-color: #FF0236;
}
.BgClassName
{
background-color: #FF0236;
}
</style>
border-color css
<style>
span { border-color: #FF0236; }
span { border-color: rgb(255,2,54); }
td.TdClassName
{
border-color: #FF0236;
}
.TagClassName
{
border-color: #FF0236;
}
</style>