Shades of Torch Red #FF283D
Tints of Torch Red #FF283D
RGB
CMYK
RGB Variations
Color information
#FF283D (or 0xFF283D) is known color: Torch Red. HEX triplet: FF, 28 and 3D. RGB value is (255,40,61). Sum of RGB (Red+Green+Blue) = 255+40+61=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF283D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF283D is #00D7C2. Grayscale: #6A6A6A. Windows color (decimal): -55235 or 4008191. OLE color: 4008191.
HSL color Cylindrical-coordinate representation of color #FF283D: hue angle of 354.14º 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 #FF283D is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 61 | - |
| CMYK | 0 | 0.84 | 0.76 | 0 |
| HSL | 354.14º | 1% | 0.58% | - |
| HSV(B) | 354.14º | 0.84% | 1% | - |
| XYZ | 42.84 | 23.11 | 6.62 | - |
| YUV | 106.68 | 102.23 | 233.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 61 | 0 | 0.84 | 0.76 | 0 | 354.14 | 1 | 0.58 |
| Hex | FF | 28 | 3D | 0 | 54 | 4C | 0 | 162 | 64 | 3A |
| Octal | 377 | 50 | 75 | 0 | 124 | 114 | 0 | 542 | 144 | 72 |
| Binary | 11111111 | 101000 | 111101 | 0 | 1010100 | 1001100 | 0 | 101100010 | 1100100 | 111010 |
Color Harmonies of #FF283D
Complementary color
Monochromatic Colors of #FF283D
Black with #FF283D
Text Example
Text Example
White with #FF283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF283D; }
p { color: rgb(255,40,61); }
H1.HeaderClassName
{
color: #FF283D;
}
.AnyTagClassName
{
color: #FF283D;
}
</style>
background-color css
<style>
a { background-color: #FF283D; }
a { background-color: rgb(255,40,61); }
div.DivClassName
{
background-color: #FF283D;
}
.BgClassName
{
background-color: #FF283D;
}
</style>
border-color css
<style>
span { border-color: #FF283D; }
span { border-color: rgb(255,40,61); }
td.TdClassName
{
border-color: #FF283D;
}
.TagClassName
{
border-color: #FF283D;
}
</style>