Shades of Torch Red #FA0C2E
Tints of Torch Red #FA0C2E
RGB
CMYK
RGB Variations
Color information
#FA0C2E (or 0xFA0C2E) is known color: Torch Red. HEX triplet: FA, 0C and 2E. RGB value is (250,12,46). Sum of RGB (Red+Green+Blue) = 250+12+46=308 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.17% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0C2E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0C2E is #05F3D1. Grayscale: #575757. Windows color (decimal): -390098 or 3017978. OLE color: 3017978.
HSL color Cylindrical-coordinate representation of color #FA0C2E: hue angle of 351.43º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA0C2E is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 12 | 46 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.02 |
| HSL | 351.43º | 0.96% | 0.51% | - |
| HSV(B) | 351.43º | 0.95% | 0.98% | - |
| XYZ | 40.05 | 20.78 | 4.49 | - |
| YUV | 87.04 | 104.85 | 244.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 12 | 46 | 0 | 0.95 | 0.82 | 0.02 | 351.43 | 0.96 | 0.51 |
| Hex | FA | C | 2E | 0 | 5F | 52 | 2 | 15F | 60 | 33 |
| Octal | 372 | 14 | 56 | 0 | 137 | 122 | 2 | 537 | 140 | 63 |
| Binary | 11111010 | 1100 | 101110 | 0 | 1011111 | 1010010 | 10 | 101011111 | 1100000 | 110011 |
Color Harmonies of #FA0C2E
Complementary color
Monochromatic Colors of #FA0C2E
Black with #FA0C2E
Text Example
Text Example
White with #FA0C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0C2E; }
p { color: rgb(250,12,46); }
H1.HeaderClassName
{
color: #FA0C2E;
}
.AnyTagClassName
{
color: #FA0C2E;
}
</style>
background-color css
<style>
a { background-color: #FA0C2E; }
a { background-color: rgb(250,12,46); }
div.DivClassName
{
background-color: #FA0C2E;
}
.BgClassName
{
background-color: #FA0C2E;
}
</style>
border-color css
<style>
span { border-color: #FA0C2E; }
span { border-color: rgb(250,12,46); }
td.TdClassName
{
border-color: #FA0C2E;
}
.TagClassName
{
border-color: #FA0C2E;
}
</style>