Shades of Torch Red #FA0319
Tints of Torch Red #FA0319
RGB
CMYK
RGB Variations
Color information
#FA0319 (or 0xFA0319) is known color: Torch Red. HEX triplet: FA, 03 and 19. RGB value is (250,3,25). Sum of RGB (Red+Green+Blue) = 250+3+25=278 (36% of max value = 765). Red value is 250 (98.05% from 255 or 89.93% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0319 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0319 is #05FCE6. Grayscale: #4F4F4F. Windows color (decimal): -392423 or 1639418. OLE color: 1639418.
HSL color Cylindrical-coordinate representation of color #FA0319: hue angle of 354.66º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA0319 is Cyan = 0, Magento = 0.99, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 3 | 25 | - |
| CMYK | 0 | 0.99 | 0.9 | 0.02 |
| HSL | 354.66º | 0.98% | 0.5% | - |
| HSV(B) | 354.66º | 0.99% | 0.98% | - |
| XYZ | 39.63 | 20.46 | 2.78 | - |
| YUV | 79.36 | 97.33 | 249.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 25 | 0 | 0.99 | 0.9 | 0.02 | 354.66 | 0.98 | 0.5 |
| Hex | FA | 3 | 19 | 0 | 63 | 5A | 2 | 163 | 62 | 32 |
| Octal | 372 | 3 | 31 | 0 | 143 | 132 | 2 | 543 | 142 | 62 |
| Binary | 11111010 | 11 | 11001 | 0 | 1100011 | 1011010 | 10 | 101100011 | 1100010 | 110010 |
Color Harmonies of #FA0319
Complementary color
Monochromatic Colors of #FA0319
Black with #FA0319
Text Example
Text Example
White with #FA0319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0319; }
p { color: rgb(250,3,25); }
H1.HeaderClassName
{
color: #FA0319;
}
.AnyTagClassName
{
color: #FA0319;
}
</style>
background-color css
<style>
a { background-color: #FA0319; }
a { background-color: rgb(250,3,25); }
div.DivClassName
{
background-color: #FA0319;
}
.BgClassName
{
background-color: #FA0319;
}
</style>
border-color css
<style>
span { border-color: #FA0319; }
span { border-color: rgb(250,3,25); }
td.TdClassName
{
border-color: #FA0319;
}
.TagClassName
{
border-color: #FA0319;
}
</style>