Shades of Torch Red #FF0309
Tints of Torch Red #FF0309
RGB
CMYK
RGB Variations
Color information
#FF0309 (or 0xFF0309) is known color: Torch Red. HEX triplet: FF, 03 and 09. RGB value is (255,3,9). Sum of RGB (Red+Green+Blue) = 255+3+9=267 (35% of max value = 765). Red value is 255 (100% from 255 or 95.51% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0309 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0309 is #00FCF6. Grayscale: #4F4F4F. Windows color (decimal): -64759 or 590847. OLE color: 590847.
HSL color Cylindrical-coordinate representation of color #FF0309: hue angle of 358.57º 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 #FF0309 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 9 | - |
| CMYK | 0 | 0.99 | 0.96 | 0 |
| HSL | 358.57º | 1% | 0.51% | - |
| HSV(B) | 358.57º | 0.99% | 1% | - |
| XYZ | 41.32 | 21.34 | 2.2 | - |
| YUV | 79.03 | 88.49 | 253.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 9 | 0 | 0.99 | 0.96 | 0 | 358.57 | 1 | 0.51 |
| Hex | FF | 3 | 9 | 0 | 63 | 60 | 0 | 167 | 64 | 33 |
| Octal | 377 | 3 | 11 | 0 | 143 | 140 | 0 | 547 | 144 | 63 |
| Binary | 11111111 | 11 | 1001 | 0 | 1100011 | 1100000 | 0 | 101100111 | 1100100 | 110011 |
Color Harmonies of #FF0309
Complementary color
Monochromatic Colors of #FF0309
Black with #FF0309
Text Example
Text Example
White with #FF0309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0309; }
p { color: rgb(255,3,9); }
H1.HeaderClassName
{
color: #FF0309;
}
.AnyTagClassName
{
color: #FF0309;
}
</style>
background-color css
<style>
a { background-color: #FF0309; }
a { background-color: rgb(255,3,9); }
div.DivClassName
{
background-color: #FF0309;
}
.BgClassName
{
background-color: #FF0309;
}
</style>
border-color css
<style>
span { border-color: #FF0309; }
span { border-color: rgb(255,3,9); }
td.TdClassName
{
border-color: #FF0309;
}
.TagClassName
{
border-color: #FF0309;
}
</style>