Shades of Torch Red #FF0323
Tints of Torch Red #FF0323
RGB
CMYK
RGB Variations
Color information
#FF0323 (or 0xFF0323) is known color: Torch Red. HEX triplet: FF, 03 and 23. RGB value is (255,3,35). Sum of RGB (Red+Green+Blue) = 255+3+35=293 (38% of max value = 765). Red value is 255 (100% from 255 or 87.03% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0323 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0323 is #00FCDC. Grayscale: #525252. Windows color (decimal): -64733 or 2294783. OLE color: 2294783.
HSL color Cylindrical-coordinate representation of color #FF0323: hue angle of 352.38º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0323 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 35 | - |
| CMYK | 0 | 0.99 | 0.86 | 0 |
| HSL | 352.38º | 1% | 0.51% | - |
| HSV(B) | 352.38º | 0.99% | 1% | - |
| XYZ | 41.58 | 21.45 | 3.54 | - |
| YUV | 82 | 101.49 | 251.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 35 | 0 | 0.99 | 0.86 | 0 | 352.38 | 1 | 0.51 |
| Hex | FF | 3 | 23 | 0 | 63 | 56 | 0 | 160 | 64 | 33 |
| Octal | 377 | 3 | 43 | 0 | 143 | 126 | 0 | 540 | 144 | 63 |
| Binary | 11111111 | 11 | 100011 | 0 | 1100011 | 1010110 | 0 | 101100000 | 1100100 | 110011 |
Color Harmonies of #FF0323
Complementary color
Monochromatic Colors of #FF0323
Black with #FF0323
Text Example
Text Example
White with #FF0323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0323; }
p { color: rgb(255,3,35); }
H1.HeaderClassName
{
color: #FF0323;
}
.AnyTagClassName
{
color: #FF0323;
}
</style>
background-color css
<style>
a { background-color: #FF0323; }
a { background-color: rgb(255,3,35); }
div.DivClassName
{
background-color: #FF0323;
}
.BgClassName
{
background-color: #FF0323;
}
</style>
border-color css
<style>
span { border-color: #FF0323; }
span { border-color: rgb(255,3,35); }
td.TdClassName
{
border-color: #FF0323;
}
.TagClassName
{
border-color: #FF0323;
}
</style>