Shades of Torch Red #FF282B
Tints of Torch Red #FF282B
RGB
CMYK
RGB Variations
Color information
#FF282B (or 0xFF282B) is known color: Torch Red. HEX triplet: FF, 28 and 2B. RGB value is (255,40,43). Sum of RGB (Red+Green+Blue) = 255+40+43=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 43 (17.19% from 255 or 12.72% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF282B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF282B is #00D7D4. Grayscale: #686868. Windows color (decimal): -55253 or 2828543. OLE color: 2828543.
HSL color Cylindrical-coordinate representation of color #FF282B: hue angle of 359.16º 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 #FF282B is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 43 | - |
| CMYK | 0 | 0.84 | 0.83 | 0 |
| HSL | 359.16º | 1% | 0.58% | - |
| HSV(B) | 359.16º | 0.84% | 1% | - |
| XYZ | 42.43 | 22.95 | 4.48 | - |
| YUV | 104.63 | 93.23 | 235.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 43 | 0 | 0.84 | 0.83 | 0 | 359.16 | 1 | 0.58 |
| Hex | FF | 28 | 2B | 0 | 54 | 53 | 0 | 167 | 64 | 3A |
| Octal | 377 | 50 | 53 | 0 | 124 | 123 | 0 | 547 | 144 | 72 |
| Binary | 11111111 | 101000 | 101011 | 0 | 1010100 | 1010011 | 0 | 101100111 | 1100100 | 111010 |
Color Harmonies of #FF282B
Complementary color
Monochromatic Colors of #FF282B
Black with #FF282B
Text Example
Text Example
White with #FF282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF282B; }
p { color: rgb(255,40,43); }
H1.HeaderClassName
{
color: #FF282B;
}
.AnyTagClassName
{
color: #FF282B;
}
</style>
background-color css
<style>
a { background-color: #FF282B; }
a { background-color: rgb(255,40,43); }
div.DivClassName
{
background-color: #FF282B;
}
.BgClassName
{
background-color: #FF282B;
}
</style>
border-color css
<style>
span { border-color: #FF282B; }
span { border-color: rgb(255,40,43); }
td.TdClassName
{
border-color: #FF282B;
}
.TagClassName
{
border-color: #FF282B;
}
</style>