Shades of Torch Red #FF030F
Tints of Torch Red #FF030F
RGB
CMYK
RGB Variations
Color information
#FF030F (or 0xFF030F) is known color: Torch Red. HEX triplet: FF, 03 and 0F. RGB value is (255,3,15). Sum of RGB (Red+Green+Blue) = 255+3+15=273 (36% of max value = 765). Red value is 255 (100% from 255 or 93.41% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 255 - color contains mainly: red. Hex color #FF030F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF030F is #00FCF0. Grayscale: #4F4F4F. Windows color (decimal): -64753 or 984063. OLE color: 984063.
HSL color Cylindrical-coordinate representation of color #FF030F: hue angle of 357.14º 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 #FF030F is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 15 | - |
| CMYK | 0 | 0.99 | 0.94 | 0 |
| HSL | 357.14º | 1% | 0.51% | - |
| HSV(B) | 357.14º | 0.99% | 1% | - |
| XYZ | 41.36 | 21.36 | 2.39 | - |
| YUV | 79.72 | 91.49 | 253.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 15 | 0 | 0.99 | 0.94 | 0 | 357.14 | 1 | 0.51 |
| Hex | FF | 3 | F | 0 | 63 | 5E | 0 | 165 | 64 | 33 |
| Octal | 377 | 3 | 17 | 0 | 143 | 136 | 0 | 545 | 144 | 63 |
| Binary | 11111111 | 11 | 1111 | 0 | 1100011 | 1011110 | 0 | 101100101 | 1100100 | 110011 |
Color Harmonies of #FF030F
Complementary color
Monochromatic Colors of #FF030F
Black with #FF030F
Text Example
Text Example
White with #FF030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF030F; }
p { color: rgb(255,3,15); }
H1.HeaderClassName
{
color: #FF030F;
}
.AnyTagClassName
{
color: #FF030F;
}
</style>
background-color css
<style>
a { background-color: #FF030F; }
a { background-color: rgb(255,3,15); }
div.DivClassName
{
background-color: #FF030F;
}
.BgClassName
{
background-color: #FF030F;
}
</style>
border-color css
<style>
span { border-color: #FF030F; }
span { border-color: rgb(255,3,15); }
td.TdClassName
{
border-color: #FF030F;
}
.TagClassName
{
border-color: #FF030F;
}
</style>