Shades of Torch Red #FE203D
Tints of Torch Red #FE203D
RGB
CMYK
RGB Variations
Color information
#FE203D (or 0xFE203D) is known color: Torch Red. HEX triplet: FE, 20 and 3D. RGB value is (254,32,61). Sum of RGB (Red+Green+Blue) = 254+32+61=347 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.20% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 254 - color contains mainly: red. Hex color #FE203D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE203D is #01DFC2. Grayscale: #656565. Windows color (decimal): -122819 or 4006142. OLE color: 4006142.
HSL color Cylindrical-coordinate representation of color #FE203D: hue angle of 352.16º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE203D is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 61 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.00 |
| HSL | 352.16º | 0.99% | 0.56% | - |
| HSV(B) | 352.16º | 0.87% | 1% | - |
| XYZ | 42.23 | 22.44 | 6.52 | - |
| YUV | 101.68 | 105.05 | 236.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 61 | 0 | 0.87 | 0.76 | 0.00 | 352.16 | 0.99 | 0.56 |
| Hex | FE | 20 | 3D | 0 | 57 | 4C | 0 | 160 | 63 | 38 |
| Octal | 376 | 40 | 75 | 0 | 127 | 114 | 0 | 540 | 143 | 70 |
| Binary | 11111110 | 100000 | 111101 | 0 | 1010111 | 1001100 | 0 | 101100000 | 1100011 | 111000 |
Color Harmonies of #FE203D
Complementary color
Monochromatic Colors of #FE203D
Black with #FE203D
Text Example
Text Example
White with #FE203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE203D; }
p { color: rgb(254,32,61); }
H1.HeaderClassName
{
color: #FE203D;
}
.AnyTagClassName
{
color: #FE203D;
}
</style>
background-color css
<style>
a { background-color: #FE203D; }
a { background-color: rgb(254,32,61); }
div.DivClassName
{
background-color: #FE203D;
}
.BgClassName
{
background-color: #FE203D;
}
</style>
border-color css
<style>
span { border-color: #FE203D; }
span { border-color: rgb(254,32,61); }
td.TdClassName
{
border-color: #FE203D;
}
.TagClassName
{
border-color: #FE203D;
}
</style>