Shades of Torch Red #FD232C
Tints of Torch Red #FD232C
RGB
CMYK
RGB Variations
Color information
#FD232C (or 0xFD232C) is known color: Torch Red. HEX triplet: FD, 23 and 2C. RGB value is (253,35,44). Sum of RGB (Red+Green+Blue) = 253+35+44=332 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.20% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 253 - color contains mainly: red. Hex color #FD232C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD232C is #02DCD3. Grayscale: #656565. Windows color (decimal): -187604 or 2892797. OLE color: 2892797.
HSL color Cylindrical-coordinate representation of color #FD232C: hue angle of 357.52º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FD232C is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 35 | 44 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.01 |
| HSL | 357.52º | 0.98% | 0.56% | - |
| HSV(B) | 357.52º | 0.86% | 0.99% | - |
| XYZ | 41.56 | 22.27 | 4.49 | - |
| YUV | 101.21 | 95.72 | 236.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 35 | 44 | 0 | 0.86 | 0.83 | 0.01 | 357.52 | 0.98 | 0.56 |
| Hex | FD | 23 | 2C | 0 | 56 | 53 | 1 | 166 | 62 | 38 |
| Octal | 375 | 43 | 54 | 0 | 126 | 123 | 1 | 546 | 142 | 70 |
| Binary | 11111101 | 100011 | 101100 | 0 | 1010110 | 1010011 | 1 | 101100110 | 1100010 | 111000 |
Color Harmonies of #FD232C
Complementary color
Monochromatic Colors of #FD232C
Black with #FD232C
Text Example
Text Example
White with #FD232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD232C; }
p { color: rgb(253,35,44); }
H1.HeaderClassName
{
color: #FD232C;
}
.AnyTagClassName
{
color: #FD232C;
}
</style>
background-color css
<style>
a { background-color: #FD232C; }
a { background-color: rgb(253,35,44); }
div.DivClassName
{
background-color: #FD232C;
}
.BgClassName
{
background-color: #FD232C;
}
</style>
border-color css
<style>
span { border-color: #FD232C; }
span { border-color: rgb(253,35,44); }
td.TdClassName
{
border-color: #FD232C;
}
.TagClassName
{
border-color: #FD232C;
}
</style>