Shades of Torch Red #FE2432
Tints of Torch Red #FE2432
RGB
CMYK
RGB Variations
Color information
#FE2432 (or 0xFE2432) is known color: Torch Red. HEX triplet: FE, 24 and 32. RGB value is (254,36,50). Sum of RGB (Red+Green+Blue) = 254+36+50=340 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.71% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2432 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2432 is #01DBCD. Grayscale: #666666. Windows color (decimal): -121806 or 3286270. OLE color: 3286270.
HSL color Cylindrical-coordinate representation of color #FE2432: hue angle of 356.15º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE2432 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 50 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.00 |
| HSL | 356.15º | 0.99% | 0.57% | - |
| HSV(B) | 356.15º | 0.86% | 1% | - |
| XYZ | 42.08 | 22.56 | 5.15 | - |
| YUV | 102.78 | 98.22 | 235.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 50 | 0 | 0.86 | 0.80 | 0.00 | 356.15 | 0.99 | 0.57 |
| Hex | FE | 24 | 32 | 0 | 56 | 50 | 0 | 164 | 63 | 39 |
| Octal | 376 | 44 | 62 | 0 | 126 | 120 | 0 | 544 | 143 | 71 |
| Binary | 11111110 | 100100 | 110010 | 0 | 1010110 | 1010000 | 0 | 101100100 | 1100011 | 111001 |
Color Harmonies of #FE2432
Complementary color
Monochromatic Colors of #FE2432
Black with #FE2432
Text Example
Text Example
White with #FE2432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2432; }
p { color: rgb(254,36,50); }
H1.HeaderClassName
{
color: #FE2432;
}
.AnyTagClassName
{
color: #FE2432;
}
</style>
background-color css
<style>
a { background-color: #FE2432; }
a { background-color: rgb(254,36,50); }
div.DivClassName
{
background-color: #FE2432;
}
.BgClassName
{
background-color: #FE2432;
}
</style>
border-color css
<style>
span { border-color: #FE2432; }
span { border-color: rgb(254,36,50); }
td.TdClassName
{
border-color: #FE2432;
}
.TagClassName
{
border-color: #FE2432;
}
</style>