Shades of Torch Red #FE0D2D
Tints of Torch Red #FE0D2D
RGB
CMYK
RGB Variations
Color information
#FE0D2D (or 0xFE0D2D) is known color: Torch Red. HEX triplet: FE, 0D and 2D. RGB value is (254,13,45). Sum of RGB (Red+Green+Blue) = 254+13+45=312 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.41% from 312); Green value is 13 (5.47% from 255 or 4.17% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0D2D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0D2D is #01F2D2. Grayscale: #585858. Windows color (decimal): -127699 or 2952702. OLE color: 2952702.
HSL color Cylindrical-coordinate representation of color #FE0D2D: hue angle of 352.03º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE0D2D is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 13 | 45 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.00 |
| HSL | 352.03º | 0.99% | 0.52% | - |
| HSV(B) | 352.03º | 0.95% | 1% | - |
| XYZ | 41.49 | 21.55 | 4.46 | - |
| YUV | 88.71 | 103.34 | 245.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 13 | 45 | 0 | 0.95 | 0.82 | 0.00 | 352.03 | 0.99 | 0.52 |
| Hex | FE | D | 2D | 0 | 5F | 52 | 0 | 160 | 63 | 34 |
| Octal | 376 | 15 | 55 | 0 | 137 | 122 | 0 | 540 | 143 | 64 |
| Binary | 11111110 | 1101 | 101101 | 0 | 1011111 | 1010010 | 0 | 101100000 | 1100011 | 110100 |
Color Harmonies of #FE0D2D
Complementary color
Monochromatic Colors of #FE0D2D
Black with #FE0D2D
Text Example
Text Example
White with #FE0D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0D2D; }
p { color: rgb(254,13,45); }
H1.HeaderClassName
{
color: #FE0D2D;
}
.AnyTagClassName
{
color: #FE0D2D;
}
</style>
background-color css
<style>
a { background-color: #FE0D2D; }
a { background-color: rgb(254,13,45); }
div.DivClassName
{
background-color: #FE0D2D;
}
.BgClassName
{
background-color: #FE0D2D;
}
</style>
border-color css
<style>
span { border-color: #FE0D2D; }
span { border-color: rgb(254,13,45); }
td.TdClassName
{
border-color: #FE0D2D;
}
.TagClassName
{
border-color: #FE0D2D;
}
</style>