Shades of Torch Red #FF0923
Tints of Torch Red #FF0923
RGB
CMYK
RGB Variations
Color information
#FF0923 (or 0xFF0923) is known color: Torch Red. HEX triplet: FF, 09 and 23. RGB value is (255,9,35). Sum of RGB (Red+Green+Blue) = 255+9+35=299 (39% of max value = 765). Red value is 255 (100% from 255 or 85.28% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0923 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0923 is #00F6DC. Grayscale: #555555. Windows color (decimal): -63197 or 2296319. OLE color: 2296319.
HSL color Cylindrical-coordinate representation of color #FF0923: hue angle of 353.66º 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 #FF0923 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 35 | - |
| CMYK | 0 | 0.96 | 0.86 | 0 |
| HSL | 353.66º | 1% | 0.52% | - |
| HSV(B) | 353.66º | 0.96% | 1% | - |
| XYZ | 41.64 | 21.58 | 3.56 | - |
| YUV | 85.52 | 99.5 | 248.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 35 | 0 | 0.96 | 0.86 | 0 | 353.66 | 1 | 0.52 |
| Hex | FF | 9 | 23 | 0 | 60 | 56 | 0 | 162 | 64 | 34 |
| Octal | 377 | 11 | 43 | 0 | 140 | 126 | 0 | 542 | 144 | 64 |
| Binary | 11111111 | 1001 | 100011 | 0 | 1100000 | 1010110 | 0 | 101100010 | 1100100 | 110100 |
Color Harmonies of #FF0923
Complementary color
Monochromatic Colors of #FF0923
Black with #FF0923
Text Example
Text Example
White with #FF0923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0923; }
p { color: rgb(255,9,35); }
H1.HeaderClassName
{
color: #FF0923;
}
.AnyTagClassName
{
color: #FF0923;
}
</style>
background-color css
<style>
a { background-color: #FF0923; }
a { background-color: rgb(255,9,35); }
div.DivClassName
{
background-color: #FF0923;
}
.BgClassName
{
background-color: #FF0923;
}
</style>
border-color css
<style>
span { border-color: #FF0923; }
span { border-color: rgb(255,9,35); }
td.TdClassName
{
border-color: #FF0923;
}
.TagClassName
{
border-color: #FF0923;
}
</style>