Shades of Torch Red #FF0638
Tints of Torch Red #FF0638
RGB
CMYK
RGB Variations
Color information
#FF0638 (or 0xFF0638) is known color: Torch Red. HEX triplet: FF, 06 and 38. RGB value is (255,6,56). Sum of RGB (Red+Green+Blue) = 255+6+56=317 (41% of max value = 765). Red value is 255 (100% from 255 or 80.44% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0638 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0638 is #00F9C7. Grayscale: #565656. Windows color (decimal): -63944 or 3671807. OLE color: 3671807.
HSL color Cylindrical-coordinate representation of color #FF0638: hue angle of 347.95º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0638 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 56 | - |
| CMYK | 0 | 0.98 | 0.78 | 0 |
| HSL | 347.95º | 1% | 0.51% | - |
| HSV(B) | 347.95º | 0.98% | 1% | - |
| XYZ | 42.02 | 21.68 | 5.71 | - |
| YUV | 86.15 | 110.99 | 248.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 56 | 0 | 0.98 | 0.78 | 0 | 347.95 | 1 | 0.51 |
| Hex | FF | 6 | 38 | 0 | 62 | 4E | 0 | 15C | 64 | 33 |
| Octal | 377 | 6 | 70 | 0 | 142 | 116 | 0 | 534 | 144 | 63 |
| Binary | 11111111 | 110 | 111000 | 0 | 1100010 | 1001110 | 0 | 101011100 | 1100100 | 110011 |
Color Harmonies of #FF0638
Complementary color
Monochromatic Colors of #FF0638
Black with #FF0638
Text Example
Text Example
White with #FF0638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0638; }
p { color: rgb(255,6,56); }
H1.HeaderClassName
{
color: #FF0638;
}
.AnyTagClassName
{
color: #FF0638;
}
</style>
background-color css
<style>
a { background-color: #FF0638; }
a { background-color: rgb(255,6,56); }
div.DivClassName
{
background-color: #FF0638;
}
.BgClassName
{
background-color: #FF0638;
}
</style>
border-color css
<style>
span { border-color: #FF0638; }
span { border-color: rgb(255,6,56); }
td.TdClassName
{
border-color: #FF0638;
}
.TagClassName
{
border-color: #FF0638;
}
</style>