Shades of Torch Red #FF0A33
Tints of Torch Red #FF0A33
RGB
CMYK
RGB Variations
Color information
#FF0A33 (or 0xFF0A33) is known color: Torch Red. HEX triplet: FF, 0A and 33. RGB value is (255,10,51). Sum of RGB (Red+Green+Blue) = 255+10+51=316 (41% of max value = 765). Red value is 255 (100% from 255 or 80.70% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A33 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0A33 is #00F5CC. Grayscale: #585858. Windows color (decimal): -62925 or 3345151. OLE color: 3345151.
HSL color Cylindrical-coordinate representation of color #FF0A33: hue angle of 349.96º 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 #FF0A33 is Cyan = 0, Magento = 0.96, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 51 | - |
| CMYK | 0 | 0.96 | 0.8 | 0 |
| HSL | 349.96º | 1% | 0.52% | - |
| HSV(B) | 349.96º | 0.96% | 1% | - |
| XYZ | 41.95 | 21.72 | 5.11 | - |
| YUV | 87.93 | 107.17 | 247.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 51 | 0 | 0.96 | 0.8 | 0 | 349.96 | 1 | 0.52 |
| Hex | FF | A | 33 | 0 | 60 | 50 | 0 | 15E | 64 | 34 |
| Octal | 377 | 12 | 63 | 0 | 140 | 120 | 0 | 536 | 144 | 64 |
| Binary | 11111111 | 1010 | 110011 | 0 | 1100000 | 1010000 | 0 | 101011110 | 1100100 | 110100 |
Color Harmonies of #FF0A33
Complementary color
Monochromatic Colors of #FF0A33
Black with #FF0A33
Text Example
Text Example
White with #FF0A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0A33; }
p { color: rgb(255,10,51); }
H1.HeaderClassName
{
color: #FF0A33;
}
.AnyTagClassName
{
color: #FF0A33;
}
</style>
background-color css
<style>
a { background-color: #FF0A33; }
a { background-color: rgb(255,10,51); }
div.DivClassName
{
background-color: #FF0A33;
}
.BgClassName
{
background-color: #FF0A33;
}
</style>
border-color css
<style>
span { border-color: #FF0A33; }
span { border-color: rgb(255,10,51); }
td.TdClassName
{
border-color: #FF0A33;
}
.TagClassName
{
border-color: #FF0A33;
}
</style>