Shades of Torch Red #FF282E
Tints of Torch Red #FF282E
RGB
CMYK
RGB Variations
Color information
#FF282E (or 0xFF282E) is known color: Torch Red. HEX triplet: FF, 28 and 2E. RGB value is (255,40,46). Sum of RGB (Red+Green+Blue) = 255+40+46=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 46 (18.36% from 255 or 13.49% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF282E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF282E is #00D7D1. Grayscale: #696969. Windows color (decimal): -55250 or 3025151. OLE color: 3025151.
HSL color Cylindrical-coordinate representation of color #FF282E: hue angle of 358.33º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF282E is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 46 | - |
| CMYK | 0 | 0.84 | 0.82 | 0 |
| HSL | 358.33º | 1% | 0.58% | - |
| HSV(B) | 358.33º | 0.84% | 1% | - |
| XYZ | 42.49 | 22.97 | 4.78 | - |
| YUV | 104.97 | 94.73 | 235.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 46 | 0 | 0.84 | 0.82 | 0 | 358.33 | 1 | 0.58 |
| Hex | FF | 28 | 2E | 0 | 54 | 52 | 0 | 166 | 64 | 3A |
| Octal | 377 | 50 | 56 | 0 | 124 | 122 | 0 | 546 | 144 | 72 |
| Binary | 11111111 | 101000 | 101110 | 0 | 1010100 | 1010010 | 0 | 101100110 | 1100100 | 111010 |
Color Harmonies of #FF282E
Complementary color
Monochromatic Colors of #FF282E
Black with #FF282E
Text Example
Text Example
White with #FF282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF282E; }
p { color: rgb(255,40,46); }
H1.HeaderClassName
{
color: #FF282E;
}
.AnyTagClassName
{
color: #FF282E;
}
</style>
background-color css
<style>
a { background-color: #FF282E; }
a { background-color: rgb(255,40,46); }
div.DivClassName
{
background-color: #FF282E;
}
.BgClassName
{
background-color: #FF282E;
}
</style>
border-color css
<style>
span { border-color: #FF282E; }
span { border-color: rgb(255,40,46); }
td.TdClassName
{
border-color: #FF282E;
}
.TagClassName
{
border-color: #FF282E;
}
</style>