Shades of Torch Red #FD1B3C
Tints of Torch Red #FD1B3C
RGB
CMYK
RGB Variations
Color information
#FD1B3C (or 0xFD1B3C) is known color: Torch Red. HEX triplet: FD, 1B and 3C. RGB value is (253,27,60). Sum of RGB (Red+Green+Blue) = 253+27+60=340 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.41% from 340); Green value is 27 (10.94% from 255 or 7.94% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1B3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1B3C is #02E4C3. Grayscale: #626262. Windows color (decimal): -189636 or 3939325. OLE color: 3939325.
HSL color Cylindrical-coordinate representation of color #FD1B3C: hue angle of 351.24º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1B3C is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 27 | 60 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.01 |
| HSL | 351.24º | 0.98% | 0.55% | - |
| HSV(B) | 351.24º | 0.89% | 0.99% | - |
| XYZ | 41.72 | 21.99 | 6.32 | - |
| YUV | 98.34 | 106.37 | 238.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 27 | 60 | 0 | 0.89 | 0.76 | 0.01 | 351.24 | 0.98 | 0.55 |
| Hex | FD | 1B | 3C | 0 | 59 | 4C | 1 | 15F | 62 | 37 |
| Octal | 375 | 33 | 74 | 0 | 131 | 114 | 1 | 537 | 142 | 67 |
| Binary | 11111101 | 11011 | 111100 | 0 | 1011001 | 1001100 | 1 | 101011111 | 1100010 | 110111 |
Color Harmonies of #FD1B3C
Complementary color
Monochromatic Colors of #FD1B3C
Black with #FD1B3C
Text Example
Text Example
White with #FD1B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1B3C; }
p { color: rgb(253,27,60); }
H1.HeaderClassName
{
color: #FD1B3C;
}
.AnyTagClassName
{
color: #FD1B3C;
}
</style>
background-color css
<style>
a { background-color: #FD1B3C; }
a { background-color: rgb(253,27,60); }
div.DivClassName
{
background-color: #FD1B3C;
}
.BgClassName
{
background-color: #FD1B3C;
}
</style>
border-color css
<style>
span { border-color: #FD1B3C; }
span { border-color: rgb(253,27,60); }
td.TdClassName
{
border-color: #FD1B3C;
}
.TagClassName
{
border-color: #FD1B3C;
}
</style>