Shades of Torch Red #FF0030
Tints of Torch Red #FF0030
RGB
CMYK
RGB Variations
Color information
#FF0030 (or 0xFF0030) is known color: Torch Red. HEX triplet: FF, 00 and 30. RGB value is (255,0,48). Sum of RGB (Red+Green+Blue) = 255+0+48=303 (40% of max value = 765). Red value is 255 (100% from 255 or 84.16% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0030 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0030 is #00FFCF. Grayscale: #515151. Windows color (decimal): -65488 or 3145983. OLE color: 3145983.
HSL color Cylindrical-coordinate representation of color #FF0030: hue angle of 348.71º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0030 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 48 | - |
| CMYK | 0 | 1 | 0.81 | 0 |
| HSL | 348.71º | 1% | 0.5% | - |
| HSV(B) | 348.71º | 1% | 1% | - |
| XYZ | 41.77 | 21.47 | 4.74 | - |
| YUV | 81.72 | 108.98 | 251.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 48 | 0 | 1 | 0.81 | 0 | 348.71 | 1 | 0.5 |
| Hex | FF | 0 | 30 | 0 | 64 | 51 | 0 | 15D | 64 | 32 |
| Octal | 377 | 0 | 60 | 0 | 144 | 121 | 0 | 535 | 144 | 62 |
| Binary | 11111111 | 0 | 110000 | 0 | 1100100 | 1010001 | 0 | 101011101 | 1100100 | 110010 |
Color Harmonies of #FF0030
Complementary color
Monochromatic Colors of #FF0030
Black with #FF0030
Text Example
Text Example
White with #FF0030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0030; }
p { color: rgb(255,0,48); }
H1.HeaderClassName
{
color: #FF0030;
}
.AnyTagClassName
{
color: #FF0030;
}
</style>
background-color css
<style>
a { background-color: #FF0030; }
a { background-color: rgb(255,0,48); }
div.DivClassName
{
background-color: #FF0030;
}
.BgClassName
{
background-color: #FF0030;
}
</style>
border-color css
<style>
span { border-color: #FF0030; }
span { border-color: rgb(255,0,48); }
td.TdClassName
{
border-color: #FF0030;
}
.TagClassName
{
border-color: #FF0030;
}
</style>