Shades of Red #FA130F
Tints of Red #FA130F
RGB
CMYK
RGB Variations
Color information
#FA130F (or 0xFA130F) is known color: Red. HEX triplet: FA, 13 and 0F. RGB value is (250,19,15). Sum of RGB (Red+Green+Blue) = 250+19+15=284 (37% of max value = 765). Red value is 250 (98.05% from 255 or 88.03% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 250 - color contains mainly: red. Hex color #FA130F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA130F is #05ECF0. Grayscale: #575757. Windows color (decimal): -388337 or 988154. OLE color: 988154.
HSL color Cylindrical-coordinate representation of color #FA130F: hue angle of 1.02º 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 #FA130F is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 15 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.02 |
| HSL | 1.02º | 0.96% | 0.52% | - |
| HSV(B) | 1.02º | 0.94% | 0.98% | - |
| XYZ | 39.74 | 20.82 | 2.38 | - |
| YUV | 87.61 | 87.03 | 243.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 15 | 0 | 0.92 | 0.94 | 0.02 | 1.02 | 0.96 | 0.52 |
| Hex | FA | 13 | F | 0 | 5C | 5E | 2 | 1 | 60 | 34 |
| Octal | 372 | 23 | 17 | 0 | 134 | 136 | 2 | 1 | 140 | 64 |
| Binary | 11111010 | 10011 | 1111 | 0 | 1011100 | 1011110 | 10 | 1 | 1100000 | 110100 |
Color Harmonies of #FA130F
Complementary color
Monochromatic Colors of #FA130F
Black with #FA130F
Text Example
Text Example
White with #FA130F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA130F; }
p { color: rgb(250,19,15); }
H1.HeaderClassName
{
color: #FA130F;
}
.AnyTagClassName
{
color: #FA130F;
}
</style>
background-color css
<style>
a { background-color: #FA130F; }
a { background-color: rgb(250,19,15); }
div.DivClassName
{
background-color: #FA130F;
}
.BgClassName
{
background-color: #FA130F;
}
</style>
border-color css
<style>
span { border-color: #FA130F; }
span { border-color: rgb(250,19,15); }
td.TdClassName
{
border-color: #FA130F;
}
.TagClassName
{
border-color: #FA130F;
}
</style>