Shades of Torch Red #FA0D3E
Tints of Torch Red #FA0D3E
RGB
CMYK
RGB Variations
Color information
#FA0D3E (or 0xFA0D3E) is known color: Torch Red. HEX triplet: FA, 0D and 3E. RGB value is (250,13,62). Sum of RGB (Red+Green+Blue) = 250+13+62=325 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.92% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0D3E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0D3E is #05F2C1. Grayscale: #595959. Windows color (decimal): -389826 or 4066810. OLE color: 4066810.
HSL color Cylindrical-coordinate representation of color #FA0D3E: hue angle of 347.59º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA0D3E is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 13 | 62 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.02 |
| HSL | 347.59º | 0.96% | 0.52% | - |
| HSV(B) | 347.59º | 0.95% | 0.98% | - |
| XYZ | 40.44 | 20.96 | 6.47 | - |
| YUV | 89.45 | 112.52 | 242.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 13 | 62 | 0 | 0.95 | 0.75 | 0.02 | 347.59 | 0.96 | 0.52 |
| Hex | FA | D | 3E | 0 | 5F | 4B | 2 | 15C | 60 | 34 |
| Octal | 372 | 15 | 76 | 0 | 137 | 113 | 2 | 534 | 140 | 64 |
| Binary | 11111010 | 1101 | 111110 | 0 | 1011111 | 1001011 | 10 | 101011100 | 1100000 | 110100 |
Color Harmonies of #FA0D3E
Complementary color
Monochromatic Colors of #FA0D3E
Black with #FA0D3E
Text Example
Text Example
White with #FA0D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0D3E; }
p { color: rgb(250,13,62); }
H1.HeaderClassName
{
color: #FA0D3E;
}
.AnyTagClassName
{
color: #FA0D3E;
}
</style>
background-color css
<style>
a { background-color: #FA0D3E; }
a { background-color: rgb(250,13,62); }
div.DivClassName
{
background-color: #FA0D3E;
}
.BgClassName
{
background-color: #FA0D3E;
}
</style>
border-color css
<style>
span { border-color: #FA0D3E; }
span { border-color: rgb(250,13,62); }
td.TdClassName
{
border-color: #FA0D3E;
}
.TagClassName
{
border-color: #FA0D3E;
}
</style>