Shades of Torch Red #FA0315
Tints of Torch Red #FA0315
RGB
CMYK
RGB Variations
Color information
#FA0315 (or 0xFA0315) is known color: Torch Red. HEX triplet: FA, 03 and 15. RGB value is (250,3,21). Sum of RGB (Red+Green+Blue) = 250+3+21=274 (36% of max value = 765). Red value is 250 (98.05% from 255 or 91.24% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0315 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0315 is #05FCEA. Grayscale: #4F4F4F. Windows color (decimal): -392427 or 1377274. OLE color: 1377274.
HSL color Cylindrical-coordinate representation of color #FA0315: hue angle of 355.63º 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 #FA0315 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 3 | 21 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.02 |
| HSL | 355.63º | 0.98% | 0.5% | - |
| HSV(B) | 355.63º | 0.99% | 0.98% | - |
| XYZ | 39.59 | 20.44 | 2.57 | - |
| YUV | 78.91 | 95.33 | 250.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 21 | 0 | 0.99 | 0.92 | 0.02 | 355.63 | 0.98 | 0.5 |
| Hex | FA | 3 | 15 | 0 | 63 | 5C | 2 | 164 | 62 | 32 |
| Octal | 372 | 3 | 25 | 0 | 143 | 134 | 2 | 544 | 142 | 62 |
| Binary | 11111010 | 11 | 10101 | 0 | 1100011 | 1011100 | 10 | 101100100 | 1100010 | 110010 |
Color Harmonies of #FA0315
Complementary color
Monochromatic Colors of #FA0315
Black with #FA0315
Text Example
Text Example
White with #FA0315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0315; }
p { color: rgb(250,3,21); }
H1.HeaderClassName
{
color: #FA0315;
}
.AnyTagClassName
{
color: #FA0315;
}
</style>
background-color css
<style>
a { background-color: #FA0315; }
a { background-color: rgb(250,3,21); }
div.DivClassName
{
background-color: #FA0315;
}
.BgClassName
{
background-color: #FA0315;
}
</style>
border-color css
<style>
span { border-color: #FA0315; }
span { border-color: rgb(250,3,21); }
td.TdClassName
{
border-color: #FA0315;
}
.TagClassName
{
border-color: #FA0315;
}
</style>