Shades of Torch Red #FD0638
Tints of Torch Red #FD0638
RGB
CMYK
RGB Variations
Color information
#FD0638 (or 0xFD0638) is known color: Torch Red. HEX triplet: FD, 06 and 38. RGB value is (253,6,56). Sum of RGB (Red+Green+Blue) = 253+6+56=315 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.32% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0638 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0638 is #02F9C7. Grayscale: #555555. Windows color (decimal): -195016 or 3671805. OLE color: 3671805.
HSL color Cylindrical-coordinate representation of color #FD0638: hue angle of 347.85º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD0638 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 56 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.01 |
| HSL | 347.85º | 0.98% | 0.51% | - |
| HSV(B) | 347.85º | 0.98% | 0.99% | - |
| XYZ | 41.29 | 21.3 | 5.68 | - |
| YUV | 85.55 | 111.33 | 247.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 56 | 0 | 0.98 | 0.78 | 0.01 | 347.85 | 0.98 | 0.51 |
| Hex | FD | 6 | 38 | 0 | 62 | 4E | 1 | 15C | 62 | 33 |
| Octal | 375 | 6 | 70 | 0 | 142 | 116 | 1 | 534 | 142 | 63 |
| Binary | 11111101 | 110 | 111000 | 0 | 1100010 | 1001110 | 1 | 101011100 | 1100010 | 110011 |
Color Harmonies of #FD0638
Complementary color
Monochromatic Colors of #FD0638
Black with #FD0638
Text Example
Text Example
White with #FD0638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0638; }
p { color: rgb(253,6,56); }
H1.HeaderClassName
{
color: #FD0638;
}
.AnyTagClassName
{
color: #FD0638;
}
</style>
background-color css
<style>
a { background-color: #FD0638; }
a { background-color: rgb(253,6,56); }
div.DivClassName
{
background-color: #FD0638;
}
.BgClassName
{
background-color: #FD0638;
}
</style>
border-color css
<style>
span { border-color: #FD0638; }
span { border-color: rgb(253,6,56); }
td.TdClassName
{
border-color: #FD0638;
}
.TagClassName
{
border-color: #FD0638;
}
</style>