Shades of Torch Red #FE2330
Tints of Torch Red #FE2330
RGB
CMYK
RGB Variations
Color information
#FE2330 (or 0xFE2330) is known color: Torch Red. HEX triplet: FE, 23 and 30. RGB value is (254,35,48). Sum of RGB (Red+Green+Blue) = 254+35+48=337 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.37% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2330 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2330 is #01DCCF. Grayscale: #666666. Windows color (decimal): -122064 or 3154942. OLE color: 3154942.
HSL color Cylindrical-coordinate representation of color #FE2330: hue angle of 356.44º 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 #FE2330 is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 48 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.00 |
| HSL | 356.44º | 0.99% | 0.57% | - |
| HSV(B) | 356.44º | 0.86% | 1% | - |
| XYZ | 42.01 | 22.49 | 4.92 | - |
| YUV | 101.96 | 97.55 | 236.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 48 | 0 | 0.86 | 0.81 | 0.00 | 356.44 | 0.99 | 0.57 |
| Hex | FE | 23 | 30 | 0 | 56 | 51 | 0 | 164 | 63 | 39 |
| Octal | 376 | 43 | 60 | 0 | 126 | 121 | 0 | 544 | 143 | 71 |
| Binary | 11111110 | 100011 | 110000 | 0 | 1010110 | 1010001 | 0 | 101100100 | 1100011 | 111001 |
Color Harmonies of #FE2330
Complementary color
Monochromatic Colors of #FE2330
Black with #FE2330
Text Example
Text Example
White with #FE2330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2330; }
p { color: rgb(254,35,48); }
H1.HeaderClassName
{
color: #FE2330;
}
.AnyTagClassName
{
color: #FE2330;
}
</style>
background-color css
<style>
a { background-color: #FE2330; }
a { background-color: rgb(254,35,48); }
div.DivClassName
{
background-color: #FE2330;
}
.BgClassName
{
background-color: #FE2330;
}
</style>
border-color css
<style>
span { border-color: #FE2330; }
span { border-color: rgb(254,35,48); }
td.TdClassName
{
border-color: #FE2330;
}
.TagClassName
{
border-color: #FE2330;
}
</style>