Shades of Torch Red #FD030E
Tints of Torch Red #FD030E
RGB
CMYK
RGB Variations
Color information
#FD030E (or 0xFD030E) is known color: Torch Red. HEX triplet: FD, 03 and 0E. RGB value is (253,3,14). Sum of RGB (Red+Green+Blue) = 253+3+14=270 (35% of max value = 765). Red value is 253 (99.22% from 255 or 93.70% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 253 - color contains mainly: red. Hex color #FD030E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD030E is #02FCF1. Grayscale: #4F4F4F. Windows color (decimal): -195826 or 918525. OLE color: 918525.
HSL color Cylindrical-coordinate representation of color #FD030E: hue angle of 357.36º 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 #FD030E is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 14 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.01 |
| HSL | 357.36º | 0.98% | 0.5% | - |
| HSV(B) | 357.36º | 0.99% | 0.99% | - |
| XYZ | 40.62 | 20.98 | 2.32 | - |
| YUV | 79 | 91.33 | 252.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 14 | 0 | 0.99 | 0.94 | 0.01 | 357.36 | 0.98 | 0.5 |
| Hex | FD | 3 | E | 0 | 63 | 5E | 1 | 165 | 62 | 32 |
| Octal | 375 | 3 | 16 | 0 | 143 | 136 | 1 | 545 | 142 | 62 |
| Binary | 11111101 | 11 | 1110 | 0 | 1100011 | 1011110 | 1 | 101100101 | 1100010 | 110010 |
Color Harmonies of #FD030E
Complementary color
Monochromatic Colors of #FD030E
Black with #FD030E
Text Example
Text Example
White with #FD030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD030E; }
p { color: rgb(253,3,14); }
H1.HeaderClassName
{
color: #FD030E;
}
.AnyTagClassName
{
color: #FD030E;
}
</style>
background-color css
<style>
a { background-color: #FD030E; }
a { background-color: rgb(253,3,14); }
div.DivClassName
{
background-color: #FD030E;
}
.BgClassName
{
background-color: #FD030E;
}
</style>
border-color css
<style>
span { border-color: #FD030E; }
span { border-color: rgb(253,3,14); }
td.TdClassName
{
border-color: #FD030E;
}
.TagClassName
{
border-color: #FD030E;
}
</style>