Shades of Torch Red #FF0C4A
Tints of Torch Red #FF0C4A
RGB
CMYK
RGB Variations
Color information
#FF0C4A (or 0xFF0C4A) is known color: Torch Red. HEX triplet: FF, 0C and 4A. RGB value is (255,12,74). Sum of RGB (Red+Green+Blue) = 255+12+74=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C4A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0C4A is #00F3B5. Grayscale: #5B5B5B. Windows color (decimal): -62390 or 4852991. OLE color: 4852991.
HSL color Cylindrical-coordinate representation of color #FF0C4A: hue angle of 344.69º 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 #FF0C4A is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 74 | - |
| CMYK | 0 | 0.95 | 0.71 | 0 |
| HSL | 344.69º | 1% | 0.52% | - |
| HSV(B) | 344.69º | 0.95% | 1% | - |
| XYZ | 42.61 | 22.02 | 8.48 | - |
| YUV | 91.73 | 118.01 | 244.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 74 | 0 | 0.95 | 0.71 | 0 | 344.69 | 1 | 0.52 |
| Hex | FF | C | 4A | 0 | 5F | 47 | 0 | 159 | 64 | 34 |
| Octal | 377 | 14 | 112 | 0 | 137 | 107 | 0 | 531 | 144 | 64 |
| Binary | 11111111 | 1100 | 1001010 | 0 | 1011111 | 1000111 | 0 | 101011001 | 1100100 | 110100 |
Color Harmonies of #FF0C4A
Complementary color
Monochromatic Colors of #FF0C4A
Black with #FF0C4A
Text Example
Text Example
White with #FF0C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C4A; }
p { color: rgb(255,12,74); }
H1.HeaderClassName
{
color: #FF0C4A;
}
.AnyTagClassName
{
color: #FF0C4A;
}
</style>
background-color css
<style>
a { background-color: #FF0C4A; }
a { background-color: rgb(255,12,74); }
div.DivClassName
{
background-color: #FF0C4A;
}
.BgClassName
{
background-color: #FF0C4A;
}
</style>
border-color css
<style>
span { border-color: #FF0C4A; }
span { border-color: rgb(255,12,74); }
td.TdClassName
{
border-color: #FF0C4A;
}
.TagClassName
{
border-color: #FF0C4A;
}
</style>