Shades of Torch Red #FF030B
Tints of Torch Red #FF030B
RGB
CMYK
RGB Variations
Color information
#FF030B (or 0xFF030B) is known color: Torch Red. HEX triplet: FF, 03 and 0B. RGB value is (255,3,11). Sum of RGB (Red+Green+Blue) = 255+3+11=269 (35% of max value = 765). Red value is 255 (100% from 255 or 94.80% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 255 - color contains mainly: red. Hex color #FF030B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF030B is #00FCF4. Grayscale: #4F4F4F. Windows color (decimal): -64757 or 721919. OLE color: 721919.
HSL color Cylindrical-coordinate representation of color #FF030B: hue angle of 358.1º 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 #FF030B is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 11 | - |
| CMYK | 0 | 0.99 | 0.96 | 0 |
| HSL | 358.1º | 1% | 0.51% | - |
| HSV(B) | 358.1º | 0.99% | 1% | - |
| XYZ | 41.33 | 21.35 | 2.26 | - |
| YUV | 79.26 | 89.49 | 253.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 11 | 0 | 0.99 | 0.96 | 0 | 358.1 | 1 | 0.51 |
| Hex | FF | 3 | B | 0 | 63 | 60 | 0 | 166 | 64 | 33 |
| Octal | 377 | 3 | 13 | 0 | 143 | 140 | 0 | 546 | 144 | 63 |
| Binary | 11111111 | 11 | 1011 | 0 | 1100011 | 1100000 | 0 | 101100110 | 1100100 | 110011 |
Color Harmonies of #FF030B
Complementary color
Monochromatic Colors of #FF030B
Black with #FF030B
Text Example
Text Example
White with #FF030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF030B; }
p { color: rgb(255,3,11); }
H1.HeaderClassName
{
color: #FF030B;
}
.AnyTagClassName
{
color: #FF030B;
}
</style>
background-color css
<style>
a { background-color: #FF030B; }
a { background-color: rgb(255,3,11); }
div.DivClassName
{
background-color: #FF030B;
}
.BgClassName
{
background-color: #FF030B;
}
</style>
border-color css
<style>
span { border-color: #FF030B; }
span { border-color: rgb(255,3,11); }
td.TdClassName
{
border-color: #FF030B;
}
.TagClassName
{
border-color: #FF030B;
}
</style>