Shades of Torch Red #FD0422
Tints of Torch Red #FD0422
RGB
CMYK
RGB Variations
Color information
#FD0422 (or 0xFD0422) is known color: Torch Red. HEX triplet: FD, 04 and 22. RGB value is (253,4,34). Sum of RGB (Red+Green+Blue) = 253+4+34=291 (38% of max value = 765). Red value is 253 (99.22% from 255 or 86.94% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0422 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0422 is #02FBDD. Grayscale: #515151. Windows color (decimal): -195550 or 2229501. OLE color: 2229501.
HSL color Cylindrical-coordinate representation of color #FD0422: hue angle of 352.77º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD0422 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 4 | 34 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.01 |
| HSL | 352.77º | 0.98% | 0.5% | - |
| HSV(B) | 352.77º | 0.98% | 0.99% | - |
| XYZ | 40.84 | 21.08 | 3.43 | - |
| YUV | 81.87 | 100.99 | 250.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 4 | 34 | 0 | 0.98 | 0.87 | 0.01 | 352.77 | 0.98 | 0.5 |
| Hex | FD | 4 | 22 | 0 | 62 | 57 | 1 | 161 | 62 | 32 |
| Octal | 375 | 4 | 42 | 0 | 142 | 127 | 1 | 541 | 142 | 62 |
| Binary | 11111101 | 100 | 100010 | 0 | 1100010 | 1010111 | 1 | 101100001 | 1100010 | 110010 |
Color Harmonies of #FD0422
Complementary color
Monochromatic Colors of #FD0422
Black with #FD0422
Text Example
Text Example
White with #FD0422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0422; }
p { color: rgb(253,4,34); }
H1.HeaderClassName
{
color: #FD0422;
}
.AnyTagClassName
{
color: #FD0422;
}
</style>
background-color css
<style>
a { background-color: #FD0422; }
a { background-color: rgb(253,4,34); }
div.DivClassName
{
background-color: #FD0422;
}
.BgClassName
{
background-color: #FD0422;
}
</style>
border-color css
<style>
span { border-color: #FD0422; }
span { border-color: rgb(253,4,34); }
td.TdClassName
{
border-color: #FD0422;
}
.TagClassName
{
border-color: #FD0422;
}
</style>