Shades of Torch Red #FF0A4B
Tints of Torch Red #FF0A4B
RGB
CMYK
RGB Variations
Color information
#FF0A4B (or 0xFF0A4B) is known color: Torch Red. HEX triplet: FF, 0A and 4B. RGB value is (255,10,75). Sum of RGB (Red+Green+Blue) = 255+10+75=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 10 (4.30% from 255 or 2.94% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A4B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0A4B is #00F5B4. Grayscale: #5A5A5A. Windows color (decimal): -62901 or 4918015. OLE color: 4918015.
HSL color Cylindrical-coordinate representation of color #FF0A4B: hue angle of 344.08º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0A4B is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 75 | - |
| CMYK | 0 | 0.96 | 0.71 | 0 |
| HSL | 344.08º | 1% | 0.52% | - |
| HSV(B) | 344.08º | 0.96% | 1% | - |
| XYZ | 42.62 | 21.99 | 8.65 | - |
| YUV | 90.67 | 119.17 | 245.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 75 | 0 | 0.96 | 0.71 | 0 | 344.08 | 1 | 0.52 |
| Hex | FF | A | 4B | 0 | 60 | 47 | 0 | 158 | 64 | 34 |
| Octal | 377 | 12 | 113 | 0 | 140 | 107 | 0 | 530 | 144 | 64 |
| Binary | 11111111 | 1010 | 1001011 | 0 | 1100000 | 1000111 | 0 | 101011000 | 1100100 | 110100 |
Color Harmonies of #FF0A4B
Complementary color
Monochromatic Colors of #FF0A4B
Black with #FF0A4B
Text Example
Text Example
White with #FF0A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0A4B; }
p { color: rgb(255,10,75); }
H1.HeaderClassName
{
color: #FF0A4B;
}
.AnyTagClassName
{
color: #FF0A4B;
}
</style>
background-color css
<style>
a { background-color: #FF0A4B; }
a { background-color: rgb(255,10,75); }
div.DivClassName
{
background-color: #FF0A4B;
}
.BgClassName
{
background-color: #FF0A4B;
}
</style>
border-color css
<style>
span { border-color: #FF0A4B; }
span { border-color: rgb(255,10,75); }
td.TdClassName
{
border-color: #FF0A4B;
}
.TagClassName
{
border-color: #FF0A4B;
}
</style>