Shades of Torch Red #FD030D
Tints of Torch Red #FD030D
RGB
CMYK
RGB Variations
Color information
#FD030D (or 0xFD030D) is known color: Torch Red. HEX triplet: FD, 03 and 0D. RGB value is (253,3,13). Sum of RGB (Red+Green+Blue) = 253+3+13=269 (35% of max value = 765). Red value is 253 (99.22% from 255 or 94.05% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 253 - color contains mainly: red. Hex color #FD030D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD030D is #02FCF2. Grayscale: #4F4F4F. Windows color (decimal): -195827 or 852989. OLE color: 852989.
HSL color Cylindrical-coordinate representation of color #FD030D: hue angle of 357.6º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD030D is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 13 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.01 |
| HSL | 357.6º | 0.98% | 0.5% | - |
| HSV(B) | 357.6º | 0.99% | 0.99% | - |
| XYZ | 40.61 | 20.98 | 2.29 | - |
| YUV | 78.89 | 90.83 | 252.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 13 | 0 | 0.99 | 0.95 | 0.01 | 357.6 | 0.98 | 0.5 |
| Hex | FD | 3 | D | 0 | 63 | 5F | 1 | 166 | 62 | 32 |
| Octal | 375 | 3 | 15 | 0 | 143 | 137 | 1 | 546 | 142 | 62 |
| Binary | 11111101 | 11 | 1101 | 0 | 1100011 | 1011111 | 1 | 101100110 | 1100010 | 110010 |
Color Harmonies of #FD030D
Complementary color
Monochromatic Colors of #FD030D
Black with #FD030D
Text Example
Text Example
White with #FD030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD030D; }
p { color: rgb(253,3,13); }
H1.HeaderClassName
{
color: #FD030D;
}
.AnyTagClassName
{
color: #FD030D;
}
</style>
background-color css
<style>
a { background-color: #FD030D; }
a { background-color: rgb(253,3,13); }
div.DivClassName
{
background-color: #FD030D;
}
.BgClassName
{
background-color: #FD030D;
}
</style>
border-color css
<style>
span { border-color: #FD030D; }
span { border-color: rgb(253,3,13); }
td.TdClassName
{
border-color: #FD030D;
}
.TagClassName
{
border-color: #FD030D;
}
</style>