Shades of Torch Red #F00528
Tints of Torch Red #F00528
RGB
CMYK
RGB Variations
Color information
#F00528 (or 0xF00528) is known color: Torch Red. HEX triplet: F0, 05 and 28. RGB value is (240,5,40). Sum of RGB (Red+Green+Blue) = 240+5+40=285 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.21% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 240 - color contains mainly: red. Hex color #F00528 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00528 is #0FFAD7. Grayscale: #4F4F4F. Windows color (decimal): -1047256 or 2622960. OLE color: 2622960.
HSL color Cylindrical-coordinate representation of color #F00528: hue angle of 351.06º 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 #F00528 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 40 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.06 |
| HSL | 351.06º | 0.96% | 0.48% | - |
| HSV(B) | 351.06º | 0.98% | 0.94% | - |
| XYZ | 36.37 | 18.79 | 3.72 | - |
| YUV | 79.26 | 105.86 | 242.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 40 | 0 | 0.98 | 0.83 | 0.06 | 351.06 | 0.96 | 0.48 |
| Hex | F0 | 5 | 28 | 0 | 62 | 53 | 6 | 15F | 60 | 30 |
| Octal | 360 | 5 | 50 | 0 | 142 | 123 | 6 | 537 | 140 | 60 |
| Binary | 11110000 | 101 | 101000 | 0 | 1100010 | 1010011 | 110 | 101011111 | 1100000 | 110000 |
Color Harmonies of #F00528
Complementary color
Monochromatic Colors of #F00528
Black with #F00528
Text Example
Text Example
White with #F00528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00528; }
p { color: rgb(240,5,40); }
H1.HeaderClassName
{
color: #F00528;
}
.AnyTagClassName
{
color: #F00528;
}
</style>
background-color css
<style>
a { background-color: #F00528; }
a { background-color: rgb(240,5,40); }
div.DivClassName
{
background-color: #F00528;
}
.BgClassName
{
background-color: #F00528;
}
</style>
border-color css
<style>
span { border-color: #F00528; }
span { border-color: rgb(240,5,40); }
td.TdClassName
{
border-color: #F00528;
}
.TagClassName
{
border-color: #F00528;
}
</style>