Shades of Torch Red #FD031A
Tints of Torch Red #FD031A
RGB
CMYK
RGB Variations
Color information
#FD031A (or 0xFD031A) is known color: Torch Red. HEX triplet: FD, 03 and 1A. RGB value is (253,3,26). Sum of RGB (Red+Green+Blue) = 253+3+26=282 (37% of max value = 765). Red value is 253 (99.22% from 255 or 89.72% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 253 - color contains mainly: red. Hex color #FD031A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD031A is #02FCE5. Grayscale: #505050. Windows color (decimal): -195814 or 1704957. OLE color: 1704957.
HSL color Cylindrical-coordinate representation of color #FD031A: hue angle of 354.48º 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 #FD031A is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 26 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.01 |
| HSL | 354.48º | 0.98% | 0.5% | - |
| HSV(B) | 354.48º | 0.99% | 0.99% | - |
| XYZ | 40.73 | 21.02 | 2.89 | - |
| YUV | 80.37 | 97.33 | 251.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 26 | 0 | 0.99 | 0.90 | 0.01 | 354.48 | 0.98 | 0.5 |
| Hex | FD | 3 | 1A | 0 | 63 | 5A | 1 | 162 | 62 | 32 |
| Octal | 375 | 3 | 32 | 0 | 143 | 132 | 1 | 542 | 142 | 62 |
| Binary | 11111101 | 11 | 11010 | 0 | 1100011 | 1011010 | 1 | 101100010 | 1100010 | 110010 |
Color Harmonies of #FD031A
Complementary color
Monochromatic Colors of #FD031A
Black with #FD031A
Text Example
Text Example
White with #FD031A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD031A; }
p { color: rgb(253,3,26); }
H1.HeaderClassName
{
color: #FD031A;
}
.AnyTagClassName
{
color: #FD031A;
}
</style>
background-color css
<style>
a { background-color: #FD031A; }
a { background-color: rgb(253,3,26); }
div.DivClassName
{
background-color: #FD031A;
}
.BgClassName
{
background-color: #FD031A;
}
</style>
border-color css
<style>
span { border-color: #FD031A; }
span { border-color: rgb(253,3,26); }
td.TdClassName
{
border-color: #FD031A;
}
.TagClassName
{
border-color: #FD031A;
}
</style>