Shades of Torch Red #FF0645
Tints of Torch Red #FF0645
RGB
CMYK
RGB Variations
Color information
#FF0645 (or 0xFF0645) is known color: Torch Red. HEX triplet: FF, 06 and 45. RGB value is (255,6,69). Sum of RGB (Red+Green+Blue) = 255+6+69=330 (43% of max value = 765). Red value is 255 (100% from 255 or 77.27% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0645 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0645 is #00F9BA. Grayscale: #575757. Windows color (decimal): -63931 or 4523775. OLE color: 4523775.
HSL color Cylindrical-coordinate representation of color #FF0645: hue angle of 344.82º 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 #FF0645 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 69 | - |
| CMYK | 0 | 0.98 | 0.73 | 0 |
| HSL | 344.82º | 1% | 0.51% | - |
| HSV(B) | 344.82º | 0.98% | 1% | - |
| XYZ | 42.38 | 21.82 | 7.61 | - |
| YUV | 87.63 | 117.49 | 247.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 69 | 0 | 0.98 | 0.73 | 0 | 344.82 | 1 | 0.51 |
| Hex | FF | 6 | 45 | 0 | 62 | 49 | 0 | 159 | 64 | 33 |
| Octal | 377 | 6 | 105 | 0 | 142 | 111 | 0 | 531 | 144 | 63 |
| Binary | 11111111 | 110 | 1000101 | 0 | 1100010 | 1001001 | 0 | 101011001 | 1100100 | 110011 |
Color Harmonies of #FF0645
Complementary color
Monochromatic Colors of #FF0645
Black with #FF0645
Text Example
Text Example
White with #FF0645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0645; }
p { color: rgb(255,6,69); }
H1.HeaderClassName
{
color: #FF0645;
}
.AnyTagClassName
{
color: #FF0645;
}
</style>
background-color css
<style>
a { background-color: #FF0645; }
a { background-color: rgb(255,6,69); }
div.DivClassName
{
background-color: #FF0645;
}
.BgClassName
{
background-color: #FF0645;
}
</style>
border-color css
<style>
span { border-color: #FF0645; }
span { border-color: rgb(255,6,69); }
td.TdClassName
{
border-color: #FF0645;
}
.TagClassName
{
border-color: #FF0645;
}
</style>