Shades of Torch Red #FF0830
Tints of Torch Red #FF0830
RGB
CMYK
RGB Variations
Color information
#FF0830 (or 0xFF0830) is known color: Torch Red. HEX triplet: FF, 08 and 30. RGB value is (255,8,48). Sum of RGB (Red+Green+Blue) = 255+8+48=311 (41% of max value = 765). Red value is 255 (100% from 255 or 81.99% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0830 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0830 is #00F7CF. Grayscale: #565656. Windows color (decimal): -63440 or 3148031. OLE color: 3148031.
HSL color Cylindrical-coordinate representation of color #FF0830: hue angle of 350.28º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF0830 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 48 | - |
| CMYK | 0 | 0.97 | 0.81 | 0 |
| HSL | 350.28º | 1% | 0.52% | - |
| HSV(B) | 350.28º | 0.97% | 1% | - |
| XYZ | 41.86 | 21.65 | 4.77 | - |
| YUV | 86.41 | 106.33 | 248.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 48 | 0 | 0.97 | 0.81 | 0 | 350.28 | 1 | 0.52 |
| Hex | FF | 8 | 30 | 0 | 61 | 51 | 0 | 15E | 64 | 34 |
| Octal | 377 | 10 | 60 | 0 | 141 | 121 | 0 | 536 | 144 | 64 |
| Binary | 11111111 | 1000 | 110000 | 0 | 1100001 | 1010001 | 0 | 101011110 | 1100100 | 110100 |
Color Harmonies of #FF0830
Complementary color
Monochromatic Colors of #FF0830
Black with #FF0830
Text Example
Text Example
White with #FF0830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0830; }
p { color: rgb(255,8,48); }
H1.HeaderClassName
{
color: #FF0830;
}
.AnyTagClassName
{
color: #FF0830;
}
</style>
background-color css
<style>
a { background-color: #FF0830; }
a { background-color: rgb(255,8,48); }
div.DivClassName
{
background-color: #FF0830;
}
.BgClassName
{
background-color: #FF0830;
}
</style>
border-color css
<style>
span { border-color: #FF0830; }
span { border-color: rgb(255,8,48); }
td.TdClassName
{
border-color: #FF0830;
}
.TagClassName
{
border-color: #FF0830;
}
</style>