Shades of Torch Red #FE223D
Tints of Torch Red #FE223D
RGB
CMYK
RGB Variations
Color information
#FE223D (or 0xFE223D) is known color: Torch Red. HEX triplet: FE, 22 and 3D. RGB value is (254,34,61). Sum of RGB (Red+Green+Blue) = 254+34+61=349 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.78% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 254 - color contains mainly: red. Hex color #FE223D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE223D is #01DDC2. Grayscale: #666666. Windows color (decimal): -122307 or 4006654. OLE color: 4006654.
HSL color Cylindrical-coordinate representation of color #FE223D: hue angle of 352.64º 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 #FE223D is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 61 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.00 |
| HSL | 352.64º | 0.99% | 0.56% | - |
| HSV(B) | 352.64º | 0.87% | 1% | - |
| XYZ | 42.29 | 22.55 | 6.54 | - |
| YUV | 102.86 | 104.39 | 235.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 61 | 0 | 0.87 | 0.76 | 0.00 | 352.64 | 0.99 | 0.56 |
| Hex | FE | 22 | 3D | 0 | 57 | 4C | 0 | 161 | 63 | 38 |
| Octal | 376 | 42 | 75 | 0 | 127 | 114 | 0 | 541 | 143 | 70 |
| Binary | 11111110 | 100010 | 111101 | 0 | 1010111 | 1001100 | 0 | 101100001 | 1100011 | 111000 |
Color Harmonies of #FE223D
Complementary color
Monochromatic Colors of #FE223D
Black with #FE223D
Text Example
Text Example
White with #FE223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE223D; }
p { color: rgb(254,34,61); }
H1.HeaderClassName
{
color: #FE223D;
}
.AnyTagClassName
{
color: #FE223D;
}
</style>
background-color css
<style>
a { background-color: #FE223D; }
a { background-color: rgb(254,34,61); }
div.DivClassName
{
background-color: #FE223D;
}
.BgClassName
{
background-color: #FE223D;
}
</style>
border-color css
<style>
span { border-color: #FE223D; }
span { border-color: rgb(254,34,61); }
td.TdClassName
{
border-color: #FE223D;
}
.TagClassName
{
border-color: #FE223D;
}
</style>