Shades of Torch Red #FA030B
Tints of Torch Red #FA030B
RGB
CMYK
RGB Variations
Color information
#FA030B (or 0xFA030B) is known color: Torch Red. HEX triplet: FA, 03 and 0B. RGB value is (250,3,11). Sum of RGB (Red+Green+Blue) = 250+3+11=264 (34% of max value = 765). Red value is 250 (98.05% from 255 or 94.70% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 250 - color contains mainly: red. Hex color #FA030B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA030B is #05FCF4. Grayscale: #4D4D4D. Windows color (decimal): -392437 or 721914. OLE color: 721914.
HSL color Cylindrical-coordinate representation of color #FA030B: hue angle of 358.06º 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 #FA030B is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 3 | 11 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.02 |
| HSL | 358.06º | 0.98% | 0.5% | - |
| HSV(B) | 358.06º | 0.99% | 0.98% | - |
| XYZ | 39.52 | 20.41 | 2.17 | - |
| YUV | 77.77 | 90.33 | 250.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 11 | 0 | 0.99 | 0.96 | 0.02 | 358.06 | 0.98 | 0.5 |
| Hex | FA | 3 | B | 0 | 63 | 60 | 2 | 166 | 62 | 32 |
| Octal | 372 | 3 | 13 | 0 | 143 | 140 | 2 | 546 | 142 | 62 |
| Binary | 11111010 | 11 | 1011 | 0 | 1100011 | 1100000 | 10 | 101100110 | 1100010 | 110010 |
Color Harmonies of #FA030B
Complementary color
Monochromatic Colors of #FA030B
Black with #FA030B
Text Example
Text Example
White with #FA030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA030B; }
p { color: rgb(250,3,11); }
H1.HeaderClassName
{
color: #FA030B;
}
.AnyTagClassName
{
color: #FA030B;
}
</style>
background-color css
<style>
a { background-color: #FA030B; }
a { background-color: rgb(250,3,11); }
div.DivClassName
{
background-color: #FA030B;
}
.BgClassName
{
background-color: #FA030B;
}
</style>
border-color css
<style>
span { border-color: #FA030B; }
span { border-color: rgb(250,3,11); }
td.TdClassName
{
border-color: #FA030B;
}
.TagClassName
{
border-color: #FA030B;
}
</style>