Shades of Torch Red #FA0024
Tints of Torch Red #FA0024
RGB
CMYK
RGB Variations
Color information
#FA0024 (or 0xFA0024) is known color: Torch Red. HEX triplet: FA, 00 and 24. RGB value is (250,0,36). Sum of RGB (Red+Green+Blue) = 250+0+36=286 (37% of max value = 765). Red value is 250 (98.05% from 255 or 87.41% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 36 (14.45% from 255 or 12.59% from 286); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0024 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0024 is #05FFDB. Grayscale: #4E4E4E. Windows color (decimal): -393180 or 2359546. OLE color: 2359546.
HSL color Cylindrical-coordinate representation of color #FA0024: hue angle of 351.36º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA0024 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 36 | - |
| CMYK | 0 | 1 | 0.86 | 0.02 |
| HSL | 351.36º | 1% | 0.49% | - |
| HSV(B) | 351.36º | 1% | 0.98% | - |
| XYZ | 39.74 | 20.45 | 3.52 | - |
| YUV | 78.85 | 103.83 | 250.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 36 | 0 | 1 | 0.86 | 0.02 | 351.36 | 1 | 0.49 |
| Hex | FA | 0 | 24 | 0 | 64 | 56 | 2 | 15F | 64 | 31 |
| Octal | 372 | 0 | 44 | 0 | 144 | 126 | 2 | 537 | 144 | 61 |
| Binary | 11111010 | 0 | 100100 | 0 | 1100100 | 1010110 | 10 | 101011111 | 1100100 | 110001 |
Color Harmonies of #FA0024
Complementary color
Monochromatic Colors of #FA0024
Black with #FA0024
Text Example
Text Example
White with #FA0024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0024; }
p { color: rgb(250,0,36); }
H1.HeaderClassName
{
color: #FA0024;
}
.AnyTagClassName
{
color: #FA0024;
}
</style>
background-color css
<style>
a { background-color: #FA0024; }
a { background-color: rgb(250,0,36); }
div.DivClassName
{
background-color: #FA0024;
}
.BgClassName
{
background-color: #FA0024;
}
</style>
border-color css
<style>
span { border-color: #FA0024; }
span { border-color: rgb(250,0,36); }
td.TdClassName
{
border-color: #FA0024;
}
.TagClassName
{
border-color: #FA0024;
}
</style>