Shades of Torch Red #FF0003
Tints of Torch Red #FF0003
RGB
CMYK
RGB Variations
Color information
#FF0003 (or 0xFF0003) is known color: Torch Red. HEX triplet: FF, 00 and 03. RGB value is (255,0,3). Sum of RGB (Red+Green+Blue) = 255+0+3=258 (34% of max value = 765). Red value is 255 (100% from 255 or 98.84% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0003 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0003 is #00FFFC. Grayscale: #4C4C4C. Windows color (decimal): -65533 or 196863. OLE color: 196863.
HSL color Cylindrical-coordinate representation of color #FF0003: hue angle of 359.29º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0003 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.99 | 0 |
| HSL | 359.29º | 1% | 0.5% | - |
| HSV(B) | 359.29º | 1% | 1% | - |
| XYZ | 41.26 | 21.27 | 2.02 | - |
| YUV | 76.59 | 86.48 | 255.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 3 | 0 | 1 | 0.99 | 0 | 359.29 | 1 | 0.5 |
| Hex | FF | 0 | 3 | 0 | 64 | 63 | 0 | 167 | 64 | 32 |
| Octal | 377 | 0 | 3 | 0 | 144 | 143 | 0 | 547 | 144 | 62 |
| Binary | 11111111 | 0 | 11 | 0 | 1100100 | 1100011 | 0 | 101100111 | 1100100 | 110010 |
Color Harmonies of #FF0003
Complementary color
Monochromatic Colors of #FF0003
Black with #FF0003
Text Example
Text Example
White with #FF0003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0003; }
p { color: rgb(255,0,3); }
H1.HeaderClassName
{
color: #FF0003;
}
.AnyTagClassName
{
color: #FF0003;
}
</style>
background-color css
<style>
a { background-color: #FF0003; }
a { background-color: rgb(255,0,3); }
div.DivClassName
{
background-color: #FF0003;
}
.BgClassName
{
background-color: #FF0003;
}
</style>
border-color css
<style>
span { border-color: #FF0003; }
span { border-color: rgb(255,0,3); }
td.TdClassName
{
border-color: #FF0003;
}
.TagClassName
{
border-color: #FF0003;
}
</style>