Shades of Torch Red #FF0C3F
Tints of Torch Red #FF0C3F
RGB
CMYK
RGB Variations
Color information
#FF0C3F (or 0xFF0C3F) is known color: Torch Red. HEX triplet: FF, 0C and 3F. RGB value is (255,12,63). Sum of RGB (Red+Green+Blue) = 255+12+63=330 (43% of max value = 765). Red value is 255 (100% from 255 or 77.27% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C3F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0C3F is #00F3C0. Grayscale: #5A5A5A. Windows color (decimal): -62401 or 4132095. OLE color: 4132095.
HSL color Cylindrical-coordinate representation of color #FF0C3F: hue angle of 347.41º 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 #FF0C3F is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 63 | - |
| CMYK | 0 | 0.95 | 0.75 | 0 |
| HSL | 347.41º | 1% | 0.52% | - |
| HSV(B) | 347.41º | 0.95% | 1% | - |
| XYZ | 42.27 | 21.88 | 6.7 | - |
| YUV | 90.47 | 112.51 | 245.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 63 | 0 | 0.95 | 0.75 | 0 | 347.41 | 1 | 0.52 |
| Hex | FF | C | 3F | 0 | 5F | 4B | 0 | 15B | 64 | 34 |
| Octal | 377 | 14 | 77 | 0 | 137 | 113 | 0 | 533 | 144 | 64 |
| Binary | 11111111 | 1100 | 111111 | 0 | 1011111 | 1001011 | 0 | 101011011 | 1100100 | 110100 |
Color Harmonies of #FF0C3F
Complementary color
Monochromatic Colors of #FF0C3F
Black with #FF0C3F
Text Example
Text Example
White with #FF0C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C3F; }
p { color: rgb(255,12,63); }
H1.HeaderClassName
{
color: #FF0C3F;
}
.AnyTagClassName
{
color: #FF0C3F;
}
</style>
background-color css
<style>
a { background-color: #FF0C3F; }
a { background-color: rgb(255,12,63); }
div.DivClassName
{
background-color: #FF0C3F;
}
.BgClassName
{
background-color: #FF0C3F;
}
</style>
border-color css
<style>
span { border-color: #FF0C3F; }
span { border-color: rgb(255,12,63); }
td.TdClassName
{
border-color: #FF0C3F;
}
.TagClassName
{
border-color: #FF0C3F;
}
</style>