Shades of Torch Red #FA0E23
Tints of Torch Red #FA0E23
RGB
CMYK
RGB Variations
Color information
#FA0E23 (or 0xFA0E23) is known color: Torch Red. HEX triplet: FA, 0E and 23. RGB value is (250,14,35). Sum of RGB (Red+Green+Blue) = 250+14+35=299 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.61% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0E23 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0E23 is #05F1DC. Grayscale: #575757. Windows color (decimal): -389597 or 2297594. OLE color: 2297594.
HSL color Cylindrical-coordinate representation of color #FA0E23: hue angle of 354.66º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA0E23 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 14 | 35 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.02 |
| HSL | 354.66º | 0.96% | 0.52% | - |
| HSV(B) | 354.66º | 0.94% | 0.98% | - |
| XYZ | 39.88 | 20.76 | 3.49 | - |
| YUV | 86.96 | 98.69 | 244.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 14 | 35 | 0 | 0.94 | 0.86 | 0.02 | 354.66 | 0.96 | 0.52 |
| Hex | FA | E | 23 | 0 | 5E | 56 | 2 | 163 | 60 | 34 |
| Octal | 372 | 16 | 43 | 0 | 136 | 126 | 2 | 543 | 140 | 64 |
| Binary | 11111010 | 1110 | 100011 | 0 | 1011110 | 1010110 | 10 | 101100011 | 1100000 | 110100 |
Color Harmonies of #FA0E23
Complementary color
Monochromatic Colors of #FA0E23
Black with #FA0E23
Text Example
Text Example
White with #FA0E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0E23; }
p { color: rgb(250,14,35); }
H1.HeaderClassName
{
color: #FA0E23;
}
.AnyTagClassName
{
color: #FA0E23;
}
</style>
background-color css
<style>
a { background-color: #FA0E23; }
a { background-color: rgb(250,14,35); }
div.DivClassName
{
background-color: #FA0E23;
}
.BgClassName
{
background-color: #FA0E23;
}
</style>
border-color css
<style>
span { border-color: #FA0E23; }
span { border-color: rgb(250,14,35); }
td.TdClassName
{
border-color: #FA0E23;
}
.TagClassName
{
border-color: #FA0E23;
}
</style>