Shades of Torch Red #FF0530
Tints of Torch Red #FF0530
RGB
CMYK
RGB Variations
Color information
#FF0530 (or 0xFF0530) is known color: Torch Red. HEX triplet: FF, 05 and 30. RGB value is (255,5,48). Sum of RGB (Red+Green+Blue) = 255+5+48=308 (40% of max value = 765). Red value is 255 (100% from 255 or 82.79% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0530 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0530 is #00FACF. Grayscale: #545454. Windows color (decimal): -64208 or 3147263. OLE color: 3147263.
HSL color Cylindrical-coordinate representation of color #FF0530: hue angle of 349.68º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0530 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 48 | - |
| CMYK | 0 | 0.98 | 0.81 | 0 |
| HSL | 349.68º | 1% | 0.51% | - |
| HSV(B) | 349.68º | 0.98% | 1% | - |
| XYZ | 41.83 | 21.58 | 4.76 | - |
| YUV | 84.65 | 107.33 | 249.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 48 | 0 | 0.98 | 0.81 | 0 | 349.68 | 1 | 0.51 |
| Hex | FF | 5 | 30 | 0 | 62 | 51 | 0 | 15E | 64 | 33 |
| Octal | 377 | 5 | 60 | 0 | 142 | 121 | 0 | 536 | 144 | 63 |
| Binary | 11111111 | 101 | 110000 | 0 | 1100010 | 1010001 | 0 | 101011110 | 1100100 | 110011 |
Color Harmonies of #FF0530
Complementary color
Monochromatic Colors of #FF0530
Black with #FF0530
Text Example
Text Example
White with #FF0530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0530; }
p { color: rgb(255,5,48); }
H1.HeaderClassName
{
color: #FF0530;
}
.AnyTagClassName
{
color: #FF0530;
}
</style>
background-color css
<style>
a { background-color: #FF0530; }
a { background-color: rgb(255,5,48); }
div.DivClassName
{
background-color: #FF0530;
}
.BgClassName
{
background-color: #FF0530;
}
</style>
border-color css
<style>
span { border-color: #FF0530; }
span { border-color: rgb(255,5,48); }
td.TdClassName
{
border-color: #FF0530;
}
.TagClassName
{
border-color: #FF0530;
}
</style>