Shades of Torch Red #FA0434
Tints of Torch Red #FA0434
RGB
CMYK
RGB Variations
Color information
#FA0434 (or 0xFA0434) is known color: Torch Red. HEX triplet: FA, 04 and 34. RGB value is (250,4,52). Sum of RGB (Red+Green+Blue) = 250+4+52=306 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.70% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0434 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0434 is #05FBCB. Grayscale: #535353. Windows color (decimal): -392140 or 3409146. OLE color: 3409146.
HSL color Cylindrical-coordinate representation of color #FA0434: hue angle of 348.29º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA0434 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 52 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.02 |
| HSL | 348.29º | 0.97% | 0.5% | - |
| HSV(B) | 348.29º | 0.98% | 0.98% | - |
| XYZ | 40.09 | 20.66 | 5.12 | - |
| YUV | 83.03 | 110.5 | 247.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 52 | 0 | 0.98 | 0.79 | 0.02 | 348.29 | 0.97 | 0.5 |
| Hex | FA | 4 | 34 | 0 | 62 | 4F | 2 | 15C | 61 | 32 |
| Octal | 372 | 4 | 64 | 0 | 142 | 117 | 2 | 534 | 141 | 62 |
| Binary | 11111010 | 100 | 110100 | 0 | 1100010 | 1001111 | 10 | 101011100 | 1100001 | 110010 |
Color Harmonies of #FA0434
Complementary color
Monochromatic Colors of #FA0434
Black with #FA0434
Text Example
Text Example
White with #FA0434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0434; }
p { color: rgb(250,4,52); }
H1.HeaderClassName
{
color: #FA0434;
}
.AnyTagClassName
{
color: #FA0434;
}
</style>
background-color css
<style>
a { background-color: #FA0434; }
a { background-color: rgb(250,4,52); }
div.DivClassName
{
background-color: #FA0434;
}
.BgClassName
{
background-color: #FA0434;
}
</style>
border-color css
<style>
span { border-color: #FA0434; }
span { border-color: rgb(250,4,52); }
td.TdClassName
{
border-color: #FA0434;
}
.TagClassName
{
border-color: #FA0434;
}
</style>