Shades of Torch Red #FF0C33
Tints of Torch Red #FF0C33
RGB
CMYK
RGB Variations
Color information
#FF0C33 (or 0xFF0C33) is known color: Torch Red. HEX triplet: FF, 0C and 33. RGB value is (255,12,51). Sum of RGB (Red+Green+Blue) = 255+12+51=318 (42% of max value = 765). Red value is 255 (100% from 255 or 80.19% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C33 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0C33 is #00F3CC. Grayscale: #595959. Windows color (decimal): -62413 or 3345663. OLE color: 3345663.
HSL color Cylindrical-coordinate representation of color #FF0C33: hue angle of 350.37º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0C33 is Cyan = 0, Magento = 0.95, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 51 | - |
| CMYK | 0 | 0.95 | 0.8 | 0 |
| HSL | 350.37º | 1% | 0.52% | - |
| HSV(B) | 350.37º | 0.95% | 1% | - |
| XYZ | 41.97 | 21.76 | 5.12 | - |
| YUV | 89.1 | 106.51 | 246.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 51 | 0 | 0.95 | 0.8 | 0 | 350.37 | 1 | 0.52 |
| Hex | FF | C | 33 | 0 | 5F | 50 | 0 | 15E | 64 | 34 |
| Octal | 377 | 14 | 63 | 0 | 137 | 120 | 0 | 536 | 144 | 64 |
| Binary | 11111111 | 1100 | 110011 | 0 | 1011111 | 1010000 | 0 | 101011110 | 1100100 | 110100 |
Color Harmonies of #FF0C33
Complementary color
Monochromatic Colors of #FF0C33
Black with #FF0C33
Text Example
Text Example
White with #FF0C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C33; }
p { color: rgb(255,12,51); }
H1.HeaderClassName
{
color: #FF0C33;
}
.AnyTagClassName
{
color: #FF0C33;
}
</style>
background-color css
<style>
a { background-color: #FF0C33; }
a { background-color: rgb(255,12,51); }
div.DivClassName
{
background-color: #FF0C33;
}
.BgClassName
{
background-color: #FF0C33;
}
</style>
border-color css
<style>
span { border-color: #FF0C33; }
span { border-color: rgb(255,12,51); }
td.TdClassName
{
border-color: #FF0C33;
}
.TagClassName
{
border-color: #FF0C33;
}
</style>