Shades of Torch Red #FE0630
Tints of Torch Red #FE0630
RGB
CMYK
RGB Variations
Color information
#FE0630 (or 0xFE0630) is known color: Torch Red. HEX triplet: FE, 06 and 30. RGB value is (254,6,48). Sum of RGB (Red+Green+Blue) = 254+6+48=308 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.47% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0630 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0630 is #01F9CF. Grayscale: #555555. Windows color (decimal): -129488 or 3147518. OLE color: 3147518.
HSL color Cylindrical-coordinate representation of color #FE0630: hue angle of 349.84º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE0630 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 48 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.00 |
| HSL | 349.84º | 0.99% | 0.51% | - |
| HSV(B) | 349.84º | 0.98% | 1% | - |
| XYZ | 41.47 | 21.41 | 4.74 | - |
| YUV | 84.94 | 107.16 | 248.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 48 | 0 | 0.98 | 0.81 | 0.00 | 349.84 | 0.99 | 0.51 |
| Hex | FE | 6 | 30 | 0 | 62 | 51 | 0 | 15E | 63 | 33 |
| Octal | 376 | 6 | 60 | 0 | 142 | 121 | 0 | 536 | 143 | 63 |
| Binary | 11111110 | 110 | 110000 | 0 | 1100010 | 1010001 | 0 | 101011110 | 1100011 | 110011 |
Color Harmonies of #FE0630
Complementary color
Monochromatic Colors of #FE0630
Black with #FE0630
Text Example
Text Example
White with #FE0630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0630; }
p { color: rgb(254,6,48); }
H1.HeaderClassName
{
color: #FE0630;
}
.AnyTagClassName
{
color: #FE0630;
}
</style>
background-color css
<style>
a { background-color: #FE0630; }
a { background-color: rgb(254,6,48); }
div.DivClassName
{
background-color: #FE0630;
}
.BgClassName
{
background-color: #FE0630;
}
</style>
border-color css
<style>
span { border-color: #FE0630; }
span { border-color: rgb(254,6,48); }
td.TdClassName
{
border-color: #FE0630;
}
.TagClassName
{
border-color: #FE0630;
}
</style>