Shades of Torch Red #FD1C23
Tints of Torch Red #FD1C23
RGB
CMYK
RGB Variations
Color information
#FD1C23 (or 0xFD1C23) is known color: Torch Red. HEX triplet: FD, 1C and 23. RGB value is (253,28,35). Sum of RGB (Red+Green+Blue) = 253+28+35=316 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.06% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 35 (14.06% from 255 or 11.08% from 316); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1C23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1C23 is #02E3DC. Grayscale: #606060. Windows color (decimal): -189405 or 2301181. OLE color: 2301181.
HSL color Cylindrical-coordinate representation of color #FD1C23: hue angle of 358.13º 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 #FD1C23 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 28 | 35 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.01 |
| HSL | 358.13º | 0.98% | 0.55% | - |
| HSV(B) | 358.13º | 0.89% | 0.99% | - |
| XYZ | 41.23 | 21.83 | 3.63 | - |
| YUV | 96.07 | 93.54 | 239.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 28 | 35 | 0 | 0.89 | 0.86 | 0.01 | 358.13 | 0.98 | 0.55 |
| Hex | FD | 1C | 23 | 0 | 59 | 56 | 1 | 166 | 62 | 37 |
| Octal | 375 | 34 | 43 | 0 | 131 | 126 | 1 | 546 | 142 | 67 |
| Binary | 11111101 | 11100 | 100011 | 0 | 1011001 | 1010110 | 1 | 101100110 | 1100010 | 110111 |
Color Harmonies of #FD1C23
Complementary color
Monochromatic Colors of #FD1C23
Black with #FD1C23
Text Example
Text Example
White with #FD1C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1C23; }
p { color: rgb(253,28,35); }
H1.HeaderClassName
{
color: #FD1C23;
}
.AnyTagClassName
{
color: #FD1C23;
}
</style>
background-color css
<style>
a { background-color: #FD1C23; }
a { background-color: rgb(253,28,35); }
div.DivClassName
{
background-color: #FD1C23;
}
.BgClassName
{
background-color: #FD1C23;
}
</style>
border-color css
<style>
span { border-color: #FD1C23; }
span { border-color: rgb(253,28,35); }
td.TdClassName
{
border-color: #FD1C23;
}
.TagClassName
{
border-color: #FD1C23;
}
</style>