Shades of Torch Red #F00529
Tints of Torch Red #F00529
RGB
CMYK
RGB Variations
Color information
#F00529 (or 0xF00529) is known color: Torch Red. HEX triplet: F0, 05 and 29. RGB value is (240,5,41). Sum of RGB (Red+Green+Blue) = 240+5+41=286 (37% of max value = 765). Red value is 240 (94.14% from 255 or 83.92% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 240 - color contains mainly: red. Hex color #F00529 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00529 is #0FFAD6. Grayscale: #4F4F4F. Windows color (decimal): -1047255 or 2688496. OLE color: 2688496.
HSL color Cylindrical-coordinate representation of color #F00529: hue angle of 350.81º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F00529 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 41 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.06 |
| HSL | 350.81º | 0.96% | 0.48% | - |
| HSV(B) | 350.81º | 0.98% | 0.94% | - |
| XYZ | 36.39 | 18.79 | 3.81 | - |
| YUV | 79.37 | 106.36 | 242.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 41 | 0 | 0.98 | 0.83 | 0.06 | 350.81 | 0.96 | 0.48 |
| Hex | F0 | 5 | 29 | 0 | 62 | 53 | 6 | 15F | 60 | 30 |
| Octal | 360 | 5 | 51 | 0 | 142 | 123 | 6 | 537 | 140 | 60 |
| Binary | 11110000 | 101 | 101001 | 0 | 1100010 | 1010011 | 110 | 101011111 | 1100000 | 110000 |
Color Harmonies of #F00529
Complementary color
Monochromatic Colors of #F00529
Black with #F00529
Text Example
Text Example
White with #F00529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00529; }
p { color: rgb(240,5,41); }
H1.HeaderClassName
{
color: #F00529;
}
.AnyTagClassName
{
color: #F00529;
}
</style>
background-color css
<style>
a { background-color: #F00529; }
a { background-color: rgb(240,5,41); }
div.DivClassName
{
background-color: #F00529;
}
.BgClassName
{
background-color: #F00529;
}
</style>
border-color css
<style>
span { border-color: #F00529; }
span { border-color: rgb(240,5,41); }
td.TdClassName
{
border-color: #F00529;
}
.TagClassName
{
border-color: #F00529;
}
</style>