Shades of Torch Red #FD0A30
Tints of Torch Red #FD0A30
RGB
CMYK
RGB Variations
Color information
#FD0A30 (or 0xFD0A30) is known color: Torch Red. HEX triplet: FD, 0A and 30. RGB value is (253,10,48). Sum of RGB (Red+Green+Blue) = 253+10+48=311 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.35% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0A30 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0A30 is #02F5CF. Grayscale: #575757. Windows color (decimal): -194000 or 3148541. OLE color: 3148541.
HSL color Cylindrical-coordinate representation of color #FD0A30: hue angle of 350.62º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD0A30 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 10 | 48 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.01 |
| HSL | 350.62º | 0.98% | 0.52% | - |
| HSV(B) | 350.62º | 0.96% | 0.99% | - |
| XYZ | 41.15 | 21.31 | 4.74 | - |
| YUV | 86.99 | 106.01 | 246.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 10 | 48 | 0 | 0.96 | 0.81 | 0.01 | 350.62 | 0.98 | 0.52 |
| Hex | FD | A | 30 | 0 | 60 | 51 | 1 | 15F | 62 | 34 |
| Octal | 375 | 12 | 60 | 0 | 140 | 121 | 1 | 537 | 142 | 64 |
| Binary | 11111101 | 1010 | 110000 | 0 | 1100000 | 1010001 | 1 | 101011111 | 1100010 | 110100 |
Color Harmonies of #FD0A30
Complementary color
Monochromatic Colors of #FD0A30
Black with #FD0A30
Text Example
Text Example
White with #FD0A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0A30; }
p { color: rgb(253,10,48); }
H1.HeaderClassName
{
color: #FD0A30;
}
.AnyTagClassName
{
color: #FD0A30;
}
</style>
background-color css
<style>
a { background-color: #FD0A30; }
a { background-color: rgb(253,10,48); }
div.DivClassName
{
background-color: #FD0A30;
}
.BgClassName
{
background-color: #FD0A30;
}
</style>
border-color css
<style>
span { border-color: #FD0A30; }
span { border-color: rgb(253,10,48); }
td.TdClassName
{
border-color: #FD0A30;
}
.TagClassName
{
border-color: #FD0A30;
}
</style>