Shades of Torch Red #FF030D
Tints of Torch Red #FF030D
RGB
CMYK
RGB Variations
Color information
#FF030D (or 0xFF030D) is known color: Torch Red. HEX triplet: FF, 03 and 0D. RGB value is (255,3,13). Sum of RGB (Red+Green+Blue) = 255+3+13=271 (35% of max value = 765). Red value is 255 (100% from 255 or 94.10% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 255 - color contains mainly: red. Hex color #FF030D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF030D is #00FCF2. Grayscale: #4F4F4F. Windows color (decimal): -64755 or 852991. OLE color: 852991.
HSL color Cylindrical-coordinate representation of color #FF030D: hue angle of 357.62º 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 #FF030D is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 13 | - |
| CMYK | 0 | 0.99 | 0.95 | 0 |
| HSL | 357.62º | 1% | 0.51% | - |
| HSV(B) | 357.62º | 0.99% | 1% | - |
| XYZ | 41.35 | 21.35 | 2.32 | - |
| YUV | 79.49 | 90.49 | 253.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 13 | 0 | 0.99 | 0.95 | 0 | 357.62 | 1 | 0.51 |
| Hex | FF | 3 | D | 0 | 63 | 5F | 0 | 166 | 64 | 33 |
| Octal | 377 | 3 | 15 | 0 | 143 | 137 | 0 | 546 | 144 | 63 |
| Binary | 11111111 | 11 | 1101 | 0 | 1100011 | 1011111 | 0 | 101100110 | 1100100 | 110011 |
Color Harmonies of #FF030D
Complementary color
Monochromatic Colors of #FF030D
Black with #FF030D
Text Example
Text Example
White with #FF030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF030D; }
p { color: rgb(255,3,13); }
H1.HeaderClassName
{
color: #FF030D;
}
.AnyTagClassName
{
color: #FF030D;
}
</style>
background-color css
<style>
a { background-color: #FF030D; }
a { background-color: rgb(255,3,13); }
div.DivClassName
{
background-color: #FF030D;
}
.BgClassName
{
background-color: #FF030D;
}
</style>
border-color css
<style>
span { border-color: #FF030D; }
span { border-color: rgb(255,3,13); }
td.TdClassName
{
border-color: #FF030D;
}
.TagClassName
{
border-color: #FF030D;
}
</style>