Shades of Torch Red #FF283F
Tints of Torch Red #FF283F
RGB
CMYK
RGB Variations
Color information
#FF283F (or 0xFF283F) is known color: Torch Red. HEX triplet: FF, 28 and 3F. RGB value is (255,40,63). Sum of RGB (Red+Green+Blue) = 255+40+63=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF283F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF283F is #00D7C0. Grayscale: #6B6B6B. Windows color (decimal): -55233 or 4139263. OLE color: 4139263.
HSL color Cylindrical-coordinate representation of color #FF283F: hue angle of 353.58º 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 #FF283F is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 63 | - |
| CMYK | 0 | 0.84 | 0.75 | 0 |
| HSL | 353.58º | 1% | 0.58% | - |
| HSV(B) | 353.58º | 0.84% | 1% | - |
| XYZ | 42.9 | 23.14 | 6.91 | - |
| YUV | 106.91 | 103.23 | 233.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 63 | 0 | 0.84 | 0.75 | 0 | 353.58 | 1 | 0.58 |
| Hex | FF | 28 | 3F | 0 | 54 | 4B | 0 | 162 | 64 | 3A |
| Octal | 377 | 50 | 77 | 0 | 124 | 113 | 0 | 542 | 144 | 72 |
| Binary | 11111111 | 101000 | 111111 | 0 | 1010100 | 1001011 | 0 | 101100010 | 1100100 | 111010 |
Color Harmonies of #FF283F
Complementary color
Monochromatic Colors of #FF283F
Black with #FF283F
Text Example
Text Example
White with #FF283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF283F; }
p { color: rgb(255,40,63); }
H1.HeaderClassName
{
color: #FF283F;
}
.AnyTagClassName
{
color: #FF283F;
}
</style>
background-color css
<style>
a { background-color: #FF283F; }
a { background-color: rgb(255,40,63); }
div.DivClassName
{
background-color: #FF283F;
}
.BgClassName
{
background-color: #FF283F;
}
</style>
border-color css
<style>
span { border-color: #FF283F; }
span { border-color: rgb(255,40,63); }
td.TdClassName
{
border-color: #FF283F;
}
.TagClassName
{
border-color: #FF283F;
}
</style>