Shades of Torch Red #FF283C
Tints of Torch Red #FF283C
RGB
CMYK
RGB Variations
Color information
#FF283C (or 0xFF283C) is known color: Torch Red. HEX triplet: FF, 28 and 3C. RGB value is (255,40,60). Sum of RGB (Red+Green+Blue) = 255+40+60=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF283C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF283C is #00D7C3. Grayscale: #6A6A6A. Windows color (decimal): -55236 or 3942655. OLE color: 3942655.
HSL color Cylindrical-coordinate representation of color #FF283C: hue angle of 354.42º 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 #FF283C is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 60 | - |
| CMYK | 0 | 0.84 | 0.76 | 0 |
| HSL | 354.42º | 1% | 0.58% | - |
| HSV(B) | 354.42º | 0.84% | 1% | - |
| XYZ | 42.81 | 23.1 | 6.48 | - |
| YUV | 106.57 | 101.73 | 233.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 60 | 0 | 0.84 | 0.76 | 0 | 354.42 | 1 | 0.58 |
| Hex | FF | 28 | 3C | 0 | 54 | 4C | 0 | 162 | 64 | 3A |
| Octal | 377 | 50 | 74 | 0 | 124 | 114 | 0 | 542 | 144 | 72 |
| Binary | 11111111 | 101000 | 111100 | 0 | 1010100 | 1001100 | 0 | 101100010 | 1100100 | 111010 |
Color Harmonies of #FF283C
Complementary color
Monochromatic Colors of #FF283C
Black with #FF283C
Text Example
Text Example
White with #FF283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF283C; }
p { color: rgb(255,40,60); }
H1.HeaderClassName
{
color: #FF283C;
}
.AnyTagClassName
{
color: #FF283C;
}
</style>
background-color css
<style>
a { background-color: #FF283C; }
a { background-color: rgb(255,40,60); }
div.DivClassName
{
background-color: #FF283C;
}
.BgClassName
{
background-color: #FF283C;
}
</style>
border-color css
<style>
span { border-color: #FF283C; }
span { border-color: rgb(255,40,60); }
td.TdClassName
{
border-color: #FF283C;
}
.TagClassName
{
border-color: #FF283C;
}
</style>