Shades of Torch Red #FF064B
Tints of Torch Red #FF064B
RGB
CMYK
RGB Variations
Color information
#FF064B (or 0xFF064B) is known color: Torch Red. HEX triplet: FF, 06 and 4B. RGB value is (255,6,75). Sum of RGB (Red+Green+Blue) = 255+6+75=336 (44% of max value = 765). Red value is 255 (100% from 255 or 75.89% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 255 - color contains mainly: red. Hex color #FF064B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF064B is #00F9B4. Grayscale: #585858. Windows color (decimal): -63925 or 4916991. OLE color: 4916991.
HSL color Cylindrical-coordinate representation of color #FF064B: hue angle of 343.37º 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 #FF064B is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 75 | - |
| CMYK | 0 | 0.98 | 0.71 | 0 |
| HSL | 343.37º | 1% | 0.51% | - |
| HSV(B) | 343.37º | 0.98% | 1% | - |
| XYZ | 42.58 | 21.9 | 8.64 | - |
| YUV | 88.32 | 120.49 | 246.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 75 | 0 | 0.98 | 0.71 | 0 | 343.37 | 1 | 0.51 |
| Hex | FF | 6 | 4B | 0 | 62 | 47 | 0 | 157 | 64 | 33 |
| Octal | 377 | 6 | 113 | 0 | 142 | 107 | 0 | 527 | 144 | 63 |
| Binary | 11111111 | 110 | 1001011 | 0 | 1100010 | 1000111 | 0 | 101010111 | 1100100 | 110011 |
Color Harmonies of #FF064B
Complementary color
Monochromatic Colors of #FF064B
Black with #FF064B
Text Example
Text Example
White with #FF064B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF064B; }
p { color: rgb(255,6,75); }
H1.HeaderClassName
{
color: #FF064B;
}
.AnyTagClassName
{
color: #FF064B;
}
</style>
background-color css
<style>
a { background-color: #FF064B; }
a { background-color: rgb(255,6,75); }
div.DivClassName
{
background-color: #FF064B;
}
.BgClassName
{
background-color: #FF064B;
}
</style>
border-color css
<style>
span { border-color: #FF064B; }
span { border-color: rgb(255,6,75); }
td.TdClassName
{
border-color: #FF064B;
}
.TagClassName
{
border-color: #FF064B;
}
</style>