Shades of Torch Red #FE0318
Tints of Torch Red #FE0318
RGB
CMYK
RGB Variations
Color information
#FE0318 (or 0xFE0318) is known color: Torch Red. HEX triplet: FE, 03 and 18. RGB value is (254,3,24). Sum of RGB (Red+Green+Blue) = 254+3+24=281 (37% of max value = 765). Red value is 254 (99.61% from 255 or 90.39% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0318 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0318 is #01FCE7. Grayscale: #505050. Windows color (decimal): -130280 or 1573886. OLE color: 1573886.
HSL color Cylindrical-coordinate representation of color #FE0318: hue angle of 354.98º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE0318 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 24 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.00 |
| HSL | 354.98º | 0.99% | 0.5% | - |
| HSV(B) | 354.98º | 0.99% | 1% | - |
| XYZ | 41.07 | 21.2 | 2.79 | - |
| YUV | 80.44 | 96.16 | 251.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 24 | 0 | 0.99 | 0.91 | 0.00 | 354.98 | 0.99 | 0.5 |
| Hex | FE | 3 | 18 | 0 | 63 | 5B | 0 | 163 | 63 | 32 |
| Octal | 376 | 3 | 30 | 0 | 143 | 133 | 0 | 543 | 143 | 62 |
| Binary | 11111110 | 11 | 11000 | 0 | 1100011 | 1011011 | 0 | 101100011 | 1100011 | 110010 |
Color Harmonies of #FE0318
Complementary color
Monochromatic Colors of #FE0318
Black with #FE0318
Text Example
Text Example
White with #FE0318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0318; }
p { color: rgb(254,3,24); }
H1.HeaderClassName
{
color: #FE0318;
}
.AnyTagClassName
{
color: #FE0318;
}
</style>
background-color css
<style>
a { background-color: #FE0318; }
a { background-color: rgb(254,3,24); }
div.DivClassName
{
background-color: #FE0318;
}
.BgClassName
{
background-color: #FE0318;
}
</style>
border-color css
<style>
span { border-color: #FE0318; }
span { border-color: rgb(254,3,24); }
td.TdClassName
{
border-color: #FE0318;
}
.TagClassName
{
border-color: #FE0318;
}
</style>