Shades of Torch Red #FD223D
Tints of Torch Red #FD223D
RGB
CMYK
RGB Variations
Color information
#FD223D (or 0xFD223D) is known color: Torch Red. HEX triplet: FD, 22 and 3D. RGB value is (253,34,61). Sum of RGB (Red+Green+Blue) = 253+34+61=348 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.70% from 348); Green value is 34 (13.67% from 255 or 9.77% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 253 - color contains mainly: red. Hex color #FD223D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD223D is #02DDC2. Grayscale: #666666. Windows color (decimal): -187843 or 4006653. OLE color: 4006653.
HSL color Cylindrical-coordinate representation of color #FD223D: hue angle of 352.6º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FD223D is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 34 | 61 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.01 |
| HSL | 352.6º | 0.98% | 0.56% | - |
| HSV(B) | 352.6º | 0.87% | 0.99% | - |
| XYZ | 41.92 | 22.36 | 6.52 | - |
| YUV | 102.56 | 104.55 | 235.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 34 | 61 | 0 | 0.87 | 0.76 | 0.01 | 352.6 | 0.98 | 0.56 |
| Hex | FD | 22 | 3D | 0 | 57 | 4C | 1 | 161 | 62 | 38 |
| Octal | 375 | 42 | 75 | 0 | 127 | 114 | 1 | 541 | 142 | 70 |
| Binary | 11111101 | 100010 | 111101 | 0 | 1010111 | 1001100 | 1 | 101100001 | 1100010 | 111000 |
Color Harmonies of #FD223D
Complementary color
Monochromatic Colors of #FD223D
Black with #FD223D
Text Example
Text Example
White with #FD223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD223D; }
p { color: rgb(253,34,61); }
H1.HeaderClassName
{
color: #FD223D;
}
.AnyTagClassName
{
color: #FD223D;
}
</style>
background-color css
<style>
a { background-color: #FD223D; }
a { background-color: rgb(253,34,61); }
div.DivClassName
{
background-color: #FD223D;
}
.BgClassName
{
background-color: #FD223D;
}
</style>
border-color css
<style>
span { border-color: #FD223D; }
span { border-color: rgb(253,34,61); }
td.TdClassName
{
border-color: #FD223D;
}
.TagClassName
{
border-color: #FD223D;
}
</style>