Shades of Torch Red #FA0318
Tints of Torch Red #FA0318
RGB
CMYK
RGB Variations
Color information
#FA0318 (or 0xFA0318) is known color: Torch Red. HEX triplet: FA, 03 and 18. RGB value is (250,3,24). Sum of RGB (Red+Green+Blue) = 250+3+24=277 (36% of max value = 765). Red value is 250 (98.05% from 255 or 90.25% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0318 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0318 is #05FCE7. Grayscale: #4F4F4F. Windows color (decimal): -392424 or 1573882. OLE color: 1573882.
HSL color Cylindrical-coordinate representation of color #FA0318: hue angle of 354.9º 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 #FA0318 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 3 | 24 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.02 |
| HSL | 354.9º | 0.98% | 0.5% | - |
| HSV(B) | 354.9º | 0.99% | 0.98% | - |
| XYZ | 39.62 | 20.46 | 2.72 | - |
| YUV | 79.25 | 96.83 | 249.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 24 | 0 | 0.99 | 0.90 | 0.02 | 354.9 | 0.98 | 0.5 |
| Hex | FA | 3 | 18 | 0 | 63 | 5A | 2 | 163 | 62 | 32 |
| Octal | 372 | 3 | 30 | 0 | 143 | 132 | 2 | 543 | 142 | 62 |
| Binary | 11111010 | 11 | 11000 | 0 | 1100011 | 1011010 | 10 | 101100011 | 1100010 | 110010 |
Color Harmonies of #FA0318
Complementary color
Monochromatic Colors of #FA0318
Black with #FA0318
Text Example
Text Example
White with #FA0318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0318; }
p { color: rgb(250,3,24); }
H1.HeaderClassName
{
color: #FA0318;
}
.AnyTagClassName
{
color: #FA0318;
}
</style>
background-color css
<style>
a { background-color: #FA0318; }
a { background-color: rgb(250,3,24); }
div.DivClassName
{
background-color: #FA0318;
}
.BgClassName
{
background-color: #FA0318;
}
</style>
border-color css
<style>
span { border-color: #FA0318; }
span { border-color: rgb(250,3,24); }
td.TdClassName
{
border-color: #FA0318;
}
.TagClassName
{
border-color: #FA0318;
}
</style>