Shades of Torch Red #FD0238
Tints of Torch Red #FD0238
RGB
CMYK
RGB Variations
Color information
#FD0238 (or 0xFD0238) is known color: Torch Red. HEX triplet: FD, 02 and 38. RGB value is (253,2,56). Sum of RGB (Red+Green+Blue) = 253+2+56=311 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.35% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0238 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0238 is #02FDC7. Grayscale: #535353. Windows color (decimal): -196040 or 3670781. OLE color: 3670781.
HSL color Cylindrical-coordinate representation of color #FD0238: hue angle of 347.09º 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 #FD0238 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 56 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.01 |
| HSL | 347.09º | 0.98% | 0.5% | - |
| HSV(B) | 347.09º | 0.99% | 0.99% | - |
| XYZ | 41.24 | 21.21 | 5.66 | - |
| YUV | 83.21 | 112.66 | 249.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 56 | 0 | 0.99 | 0.78 | 0.01 | 347.09 | 0.98 | 0.5 |
| Hex | FD | 2 | 38 | 0 | 63 | 4E | 1 | 15B | 62 | 32 |
| Octal | 375 | 2 | 70 | 0 | 143 | 116 | 1 | 533 | 142 | 62 |
| Binary | 11111101 | 10 | 111000 | 0 | 1100011 | 1001110 | 1 | 101011011 | 1100010 | 110010 |
Color Harmonies of #FD0238
Complementary color
Monochromatic Colors of #FD0238
Black with #FD0238
Text Example
Text Example
White with #FD0238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0238; }
p { color: rgb(253,2,56); }
H1.HeaderClassName
{
color: #FD0238;
}
.AnyTagClassName
{
color: #FD0238;
}
</style>
background-color css
<style>
a { background-color: #FD0238; }
a { background-color: rgb(253,2,56); }
div.DivClassName
{
background-color: #FD0238;
}
.BgClassName
{
background-color: #FD0238;
}
</style>
border-color css
<style>
span { border-color: #FD0238; }
span { border-color: rgb(253,2,56); }
td.TdClassName
{
border-color: #FD0238;
}
.TagClassName
{
border-color: #FD0238;
}
</style>