Shades of Torch Red #FD0228
Tints of Torch Red #FD0228
RGB
CMYK
RGB Variations
Color information
#FD0228 (or 0xFD0228) is known color: Torch Red. HEX triplet: FD, 02 and 28. RGB value is (253,2,40). Sum of RGB (Red+Green+Blue) = 253+2+40=295 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.76% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0228 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0228 is #02FDD7. Grayscale: #515151. Windows color (decimal): -196056 or 2622205. OLE color: 2622205.
HSL color Cylindrical-coordinate representation of color #FD0228: hue angle of 350.92º 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 #FD0228 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 40 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.01 |
| HSL | 350.92º | 0.98% | 0.5% | - |
| HSV(B) | 350.92º | 0.99% | 0.99% | - |
| XYZ | 40.91 | 21.08 | 3.92 | - |
| YUV | 81.38 | 104.66 | 250.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 40 | 0 | 0.99 | 0.84 | 0.01 | 350.92 | 0.98 | 0.5 |
| Hex | FD | 2 | 28 | 0 | 63 | 54 | 1 | 15F | 62 | 32 |
| Octal | 375 | 2 | 50 | 0 | 143 | 124 | 1 | 537 | 142 | 62 |
| Binary | 11111101 | 10 | 101000 | 0 | 1100011 | 1010100 | 1 | 101011111 | 1100010 | 110010 |
Color Harmonies of #FD0228
Complementary color
Monochromatic Colors of #FD0228
Black with #FD0228
Text Example
Text Example
White with #FD0228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0228; }
p { color: rgb(253,2,40); }
H1.HeaderClassName
{
color: #FD0228;
}
.AnyTagClassName
{
color: #FD0228;
}
</style>
background-color css
<style>
a { background-color: #FD0228; }
a { background-color: rgb(253,2,40); }
div.DivClassName
{
background-color: #FD0228;
}
.BgClassName
{
background-color: #FD0228;
}
</style>
border-color css
<style>
span { border-color: #FD0228; }
span { border-color: rgb(253,2,40); }
td.TdClassName
{
border-color: #FD0228;
}
.TagClassName
{
border-color: #FD0228;
}
</style>