Shades of Torch Red #FF0327
Tints of Torch Red #FF0327
RGB
CMYK
RGB Variations
Color information
#FF0327 (or 0xFF0327) is known color: Torch Red. HEX triplet: FF, 03 and 27. RGB value is (255,3,39). Sum of RGB (Red+Green+Blue) = 255+3+39=297 (39% of max value = 765). Red value is 255 (100% from 255 or 85.86% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0327 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0327 is #00FCD8. Grayscale: #525252. Windows color (decimal): -64729 or 2556927. OLE color: 2556927.
HSL color Cylindrical-coordinate representation of color #FF0327: hue angle of 351.43º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0327 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 39 | - |
| CMYK | 0 | 0.99 | 0.85 | 0 |
| HSL | 351.43º | 1% | 0.51% | - |
| HSV(B) | 351.43º | 0.99% | 1% | - |
| XYZ | 41.64 | 21.47 | 3.87 | - |
| YUV | 82.45 | 103.49 | 251.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 39 | 0 | 0.99 | 0.85 | 0 | 351.43 | 1 | 0.51 |
| Hex | FF | 3 | 27 | 0 | 63 | 55 | 0 | 15F | 64 | 33 |
| Octal | 377 | 3 | 47 | 0 | 143 | 125 | 0 | 537 | 144 | 63 |
| Binary | 11111111 | 11 | 100111 | 0 | 1100011 | 1010101 | 0 | 101011111 | 1100100 | 110011 |
Color Harmonies of #FF0327
Complementary color
Monochromatic Colors of #FF0327
Black with #FF0327
Text Example
Text Example
White with #FF0327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0327; }
p { color: rgb(255,3,39); }
H1.HeaderClassName
{
color: #FF0327;
}
.AnyTagClassName
{
color: #FF0327;
}
</style>
background-color css
<style>
a { background-color: #FF0327; }
a { background-color: rgb(255,3,39); }
div.DivClassName
{
background-color: #FF0327;
}
.BgClassName
{
background-color: #FF0327;
}
</style>
border-color css
<style>
span { border-color: #FF0327; }
span { border-color: rgb(255,3,39); }
td.TdClassName
{
border-color: #FF0327;
}
.TagClassName
{
border-color: #FF0327;
}
</style>