Shades of Torch Red #FF282D
Tints of Torch Red #FF282D
RGB
CMYK
RGB Variations
Color information
#FF282D (or 0xFF282D) is known color: Torch Red. HEX triplet: FF, 28 and 2D. RGB value is (255,40,45). Sum of RGB (Red+Green+Blue) = 255+40+45=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF282D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF282D is #00D7D2. Grayscale: #696969. Windows color (decimal): -55251 or 2959615. OLE color: 2959615.
HSL color Cylindrical-coordinate representation of color #FF282D: hue angle of 358.6º 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 #FF282D is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 45 | - |
| CMYK | 0 | 0.84 | 0.82 | 0 |
| HSL | 358.6º | 1% | 0.58% | - |
| HSV(B) | 358.6º | 0.84% | 1% | - |
| XYZ | 42.47 | 22.97 | 4.68 | - |
| YUV | 104.86 | 94.23 | 235.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 45 | 0 | 0.84 | 0.82 | 0 | 358.6 | 1 | 0.58 |
| Hex | FF | 28 | 2D | 0 | 54 | 52 | 0 | 167 | 64 | 3A |
| Octal | 377 | 50 | 55 | 0 | 124 | 122 | 0 | 547 | 144 | 72 |
| Binary | 11111111 | 101000 | 101101 | 0 | 1010100 | 1010010 | 0 | 101100111 | 1100100 | 111010 |
Color Harmonies of #FF282D
Complementary color
Monochromatic Colors of #FF282D
Black with #FF282D
Text Example
Text Example
White with #FF282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF282D; }
p { color: rgb(255,40,45); }
H1.HeaderClassName
{
color: #FF282D;
}
.AnyTagClassName
{
color: #FF282D;
}
</style>
background-color css
<style>
a { background-color: #FF282D; }
a { background-color: rgb(255,40,45); }
div.DivClassName
{
background-color: #FF282D;
}
.BgClassName
{
background-color: #FF282D;
}
</style>
border-color css
<style>
span { border-color: #FF282D; }
span { border-color: rgb(255,40,45); }
td.TdClassName
{
border-color: #FF282D;
}
.TagClassName
{
border-color: #FF282D;
}
</style>