Shades of Torch Red #FF0423
Tints of Torch Red #FF0423
RGB
CMYK
RGB Variations
Color information
#FF0423 (or 0xFF0423) is known color: Torch Red. HEX triplet: FF, 04 and 23. RGB value is (255,4,35). Sum of RGB (Red+Green+Blue) = 255+4+35=294 (38% of max value = 765). Red value is 255 (100% from 255 or 86.73% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0423 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0423 is #00FBDC. Grayscale: #525252. Windows color (decimal): -64477 or 2295039. OLE color: 2295039.
HSL color Cylindrical-coordinate representation of color #FF0423: hue angle of 352.59º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0423 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 35 | - |
| CMYK | 0 | 0.98 | 0.86 | 0 |
| HSL | 352.59º | 1% | 0.51% | - |
| HSV(B) | 352.59º | 0.98% | 1% | - |
| XYZ | 41.59 | 21.47 | 3.54 | - |
| YUV | 82.58 | 101.16 | 250.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 35 | 0 | 0.98 | 0.86 | 0 | 352.59 | 1 | 0.51 |
| Hex | FF | 4 | 23 | 0 | 62 | 56 | 0 | 161 | 64 | 33 |
| Octal | 377 | 4 | 43 | 0 | 142 | 126 | 0 | 541 | 144 | 63 |
| Binary | 11111111 | 100 | 100011 | 0 | 1100010 | 1010110 | 0 | 101100001 | 1100100 | 110011 |
Color Harmonies of #FF0423
Complementary color
Monochromatic Colors of #FF0423
Black with #FF0423
Text Example
Text Example
White with #FF0423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0423; }
p { color: rgb(255,4,35); }
H1.HeaderClassName
{
color: #FF0423;
}
.AnyTagClassName
{
color: #FF0423;
}
</style>
background-color css
<style>
a { background-color: #FF0423; }
a { background-color: rgb(255,4,35); }
div.DivClassName
{
background-color: #FF0423;
}
.BgClassName
{
background-color: #FF0423;
}
</style>
border-color css
<style>
span { border-color: #FF0423; }
span { border-color: rgb(255,4,35); }
td.TdClassName
{
border-color: #FF0423;
}
.TagClassName
{
border-color: #FF0423;
}
</style>