Shades of Torch Red #FF0C44
Tints of Torch Red #FF0C44
RGB
CMYK
RGB Variations
Color information
#FF0C44 (or 0xFF0C44) is known color: Torch Red. HEX triplet: FF, 0C and 44. RGB value is (255,12,68). Sum of RGB (Red+Green+Blue) = 255+12+68=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C44 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0C44 is #00F3BB. Grayscale: #5B5B5B. Windows color (decimal): -62396 or 4459775. OLE color: 4459775.
HSL color Cylindrical-coordinate representation of color #FF0C44: hue angle of 346.17º 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 #FF0C44 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 68 | - |
| CMYK | 0 | 0.95 | 0.73 | 0 |
| HSL | 346.17º | 1% | 0.52% | - |
| HSV(B) | 346.17º | 0.95% | 1% | - |
| XYZ | 42.41 | 21.94 | 7.47 | - |
| YUV | 91.04 | 115.01 | 244.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 68 | 0 | 0.95 | 0.73 | 0 | 346.17 | 1 | 0.52 |
| Hex | FF | C | 44 | 0 | 5F | 49 | 0 | 15A | 64 | 34 |
| Octal | 377 | 14 | 104 | 0 | 137 | 111 | 0 | 532 | 144 | 64 |
| Binary | 11111111 | 1100 | 1000100 | 0 | 1011111 | 1001001 | 0 | 101011010 | 1100100 | 110100 |
Color Harmonies of #FF0C44
Complementary color
Monochromatic Colors of #FF0C44
Black with #FF0C44
Text Example
Text Example
White with #FF0C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C44; }
p { color: rgb(255,12,68); }
H1.HeaderClassName
{
color: #FF0C44;
}
.AnyTagClassName
{
color: #FF0C44;
}
</style>
background-color css
<style>
a { background-color: #FF0C44; }
a { background-color: rgb(255,12,68); }
div.DivClassName
{
background-color: #FF0C44;
}
.BgClassName
{
background-color: #FF0C44;
}
</style>
border-color css
<style>
span { border-color: #FF0C44; }
span { border-color: rgb(255,12,68); }
td.TdClassName
{
border-color: #FF0C44;
}
.TagClassName
{
border-color: #FF0C44;
}
</style>