Shades of Torch Red #FF0C3E
Tints of Torch Red #FF0C3E
RGB
CMYK
RGB Variations
Color information
#FF0C3E (or 0xFF0C3E) is known color: Torch Red. HEX triplet: FF, 0C and 3E. RGB value is (255,12,62). Sum of RGB (Red+Green+Blue) = 255+12+62=329 (43% of max value = 765). Red value is 255 (100% from 255 or 77.51% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C3E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0C3E is #00F3C1. Grayscale: #5A5A5A. Windows color (decimal): -62402 or 4066559. OLE color: 4066559.
HSL color Cylindrical-coordinate representation of color #FF0C3E: hue angle of 347.65º 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 #FF0C3E is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 62 | - |
| CMYK | 0 | 0.95 | 0.76 | 0 |
| HSL | 347.65º | 1% | 0.52% | - |
| HSV(B) | 347.65º | 0.95% | 1% | - |
| XYZ | 42.24 | 21.87 | 6.55 | - |
| YUV | 90.36 | 112.01 | 245.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 62 | 0 | 0.95 | 0.76 | 0 | 347.65 | 1 | 0.52 |
| Hex | FF | C | 3E | 0 | 5F | 4C | 0 | 15C | 64 | 34 |
| Octal | 377 | 14 | 76 | 0 | 137 | 114 | 0 | 534 | 144 | 64 |
| Binary | 11111111 | 1100 | 111110 | 0 | 1011111 | 1001100 | 0 | 101011100 | 1100100 | 110100 |
Color Harmonies of #FF0C3E
Complementary color
Monochromatic Colors of #FF0C3E
Black with #FF0C3E
Text Example
Text Example
White with #FF0C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C3E; }
p { color: rgb(255,12,62); }
H1.HeaderClassName
{
color: #FF0C3E;
}
.AnyTagClassName
{
color: #FF0C3E;
}
</style>
background-color css
<style>
a { background-color: #FF0C3E; }
a { background-color: rgb(255,12,62); }
div.DivClassName
{
background-color: #FF0C3E;
}
.BgClassName
{
background-color: #FF0C3E;
}
</style>
border-color css
<style>
span { border-color: #FF0C3E; }
span { border-color: rgb(255,12,62); }
td.TdClassName
{
border-color: #FF0C3E;
}
.TagClassName
{
border-color: #FF0C3E;
}
</style>