Shades of Torch Red #FF0C1B
Tints of Torch Red #FF0C1B
RGB
CMYK
RGB Variations
Color information
#FF0C1B (or 0xFF0C1B) is known color: Torch Red. HEX triplet: FF, 0C and 1B. RGB value is (255,12,27). Sum of RGB (Red+Green+Blue) = 255+12+27=294 (38% of max value = 765). Red value is 255 (100% from 255 or 86.73% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C1B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0C1B is #00F3E4. Grayscale: #565656. Windows color (decimal): -62437 or 1772799. OLE color: 1772799.
HSL color Cylindrical-coordinate representation of color #FF0C1B: hue angle of 356.3º 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 #FF0C1B is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 27 | - |
| CMYK | 0 | 0.95 | 0.89 | 0 |
| HSL | 356.3º | 1% | 0.52% | - |
| HSV(B) | 356.3º | 0.95% | 1% | - |
| XYZ | 41.57 | 21.6 | 3.02 | - |
| YUV | 86.37 | 94.51 | 248.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 27 | 0 | 0.95 | 0.89 | 0 | 356.3 | 1 | 0.52 |
| Hex | FF | C | 1B | 0 | 5F | 59 | 0 | 164 | 64 | 34 |
| Octal | 377 | 14 | 33 | 0 | 137 | 131 | 0 | 544 | 144 | 64 |
| Binary | 11111111 | 1100 | 11011 | 0 | 1011111 | 1011001 | 0 | 101100100 | 1100100 | 110100 |
Color Harmonies of #FF0C1B
Complementary color
Monochromatic Colors of #FF0C1B
Black with #FF0C1B
Text Example
Text Example
White with #FF0C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C1B; }
p { color: rgb(255,12,27); }
H1.HeaderClassName
{
color: #FF0C1B;
}
.AnyTagClassName
{
color: #FF0C1B;
}
</style>
background-color css
<style>
a { background-color: #FF0C1B; }
a { background-color: rgb(255,12,27); }
div.DivClassName
{
background-color: #FF0C1B;
}
.BgClassName
{
background-color: #FF0C1B;
}
</style>
border-color css
<style>
span { border-color: #FF0C1B; }
span { border-color: rgb(255,12,27); }
td.TdClassName
{
border-color: #FF0C1B;
}
.TagClassName
{
border-color: #FF0C1B;
}
</style>