Shades of Torch Red #FF090C
Tints of Torch Red #FF090C
RGB
CMYK
RGB Variations
Color information
#FF090C (or 0xFF090C) is known color: Torch Red. HEX triplet: FF, 09 and 0C. RGB value is (255,9,12). Sum of RGB (Red+Green+Blue) = 255+9+12=276 (36% of max value = 765). Red value is 255 (100% from 255 or 92.39% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 255 - color contains mainly: red. Hex color #FF090C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF090C is #00F6F3. Grayscale: #535353. Windows color (decimal): -63220 or 788991. OLE color: 788991.
HSL color Cylindrical-coordinate representation of color #FF090C: hue angle of 359.27º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF090C is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 12 | - |
| CMYK | 0 | 0.96 | 0.95 | 0 |
| HSL | 359.27º | 1% | 0.52% | - |
| HSV(B) | 359.27º | 0.96% | 1% | - |
| XYZ | 41.4 | 21.48 | 2.31 | - |
| YUV | 82.9 | 88 | 250.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 12 | 0 | 0.96 | 0.95 | 0 | 359.27 | 1 | 0.52 |
| Hex | FF | 9 | C | 0 | 60 | 5F | 0 | 167 | 64 | 34 |
| Octal | 377 | 11 | 14 | 0 | 140 | 137 | 0 | 547 | 144 | 64 |
| Binary | 11111111 | 1001 | 1100 | 0 | 1100000 | 1011111 | 0 | 101100111 | 1100100 | 110100 |
Color Harmonies of #FF090C
Complementary color
Monochromatic Colors of #FF090C
Black with #FF090C
Text Example
Text Example
White with #FF090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF090C; }
p { color: rgb(255,9,12); }
H1.HeaderClassName
{
color: #FF090C;
}
.AnyTagClassName
{
color: #FF090C;
}
</style>
background-color css
<style>
a { background-color: #FF090C; }
a { background-color: rgb(255,9,12); }
div.DivClassName
{
background-color: #FF090C;
}
.BgClassName
{
background-color: #FF090C;
}
</style>
border-color css
<style>
span { border-color: #FF090C; }
span { border-color: rgb(255,9,12); }
td.TdClassName
{
border-color: #FF090C;
}
.TagClassName
{
border-color: #FF090C;
}
</style>