Shades of Torch Red #FF0618
Tints of Torch Red #FF0618
RGB
CMYK
RGB Variations
Color information
#FF0618 (or 0xFF0618) is known color: Torch Red. HEX triplet: FF, 06 and 18. RGB value is (255,6,24). Sum of RGB (Red+Green+Blue) = 255+6+24=285 (37% of max value = 765). Red value is 255 (100% from 255 or 89.47% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0618 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0618 is #00F9E7. Grayscale: #525252. Windows color (decimal): -63976 or 1574655. OLE color: 1574655.
HSL color Cylindrical-coordinate representation of color #FF0618: hue angle of 355.66º 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 #FF0618 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 24 | - |
| CMYK | 0 | 0.98 | 0.91 | 0 |
| HSL | 355.66º | 1% | 0.51% | - |
| HSV(B) | 355.66º | 0.98% | 1% | - |
| XYZ | 41.47 | 21.46 | 2.82 | - |
| YUV | 82.5 | 94.99 | 251.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 24 | 0 | 0.98 | 0.91 | 0 | 355.66 | 1 | 0.51 |
| Hex | FF | 6 | 18 | 0 | 62 | 5B | 0 | 164 | 64 | 33 |
| Octal | 377 | 6 | 30 | 0 | 142 | 133 | 0 | 544 | 144 | 63 |
| Binary | 11111111 | 110 | 11000 | 0 | 1100010 | 1011011 | 0 | 101100100 | 1100100 | 110011 |
Color Harmonies of #FF0618
Complementary color
Monochromatic Colors of #FF0618
Black with #FF0618
Text Example
Text Example
White with #FF0618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0618; }
p { color: rgb(255,6,24); }
H1.HeaderClassName
{
color: #FF0618;
}
.AnyTagClassName
{
color: #FF0618;
}
</style>
background-color css
<style>
a { background-color: #FF0618; }
a { background-color: rgb(255,6,24); }
div.DivClassName
{
background-color: #FF0618;
}
.BgClassName
{
background-color: #FF0618;
}
</style>
border-color css
<style>
span { border-color: #FF0618; }
span { border-color: rgb(255,6,24); }
td.TdClassName
{
border-color: #FF0618;
}
.TagClassName
{
border-color: #FF0618;
}
</style>