Shades of Red #FA0D07
Tints of Red #FA0D07
RGB
CMYK
RGB Variations
Color information
#FA0D07 (or 0xFA0D07) is known color: Red. HEX triplet: FA, 0D and 07. RGB value is (250,13,7). Sum of RGB (Red+Green+Blue) = 250+13+7=270 (35% of max value = 765). Red value is 250 (98.05% from 255 or 92.59% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 7 (3.12% from 255 or 2.59% from 270); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0D07 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0D07 is #05F2F8. Grayscale: #535353. Windows color (decimal): -389881 or 462330. OLE color: 462330.
HSL color Cylindrical-coordinate representation of color #FA0D07: hue angle of 1.48º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA0D07 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 13 | 7 | - |
| CMYK | 0 | 0.95 | 0.97 | 0.02 |
| HSL | 1.48º | 0.96% | 0.5% | - |
| HSV(B) | 1.48º | 0.97% | 0.98% | - |
| XYZ | 39.61 | 20.63 | 2.09 | - |
| YUV | 83.18 | 85.02 | 246.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 13 | 7 | 0 | 0.95 | 0.97 | 0.02 | 1.48 | 0.96 | 0.5 |
| Hex | FA | D | 7 | 0 | 5F | 61 | 2 | 1 | 60 | 32 |
| Octal | 372 | 15 | 7 | 0 | 137 | 141 | 2 | 1 | 140 | 62 |
| Binary | 11111010 | 1101 | 111 | 0 | 1011111 | 1100001 | 10 | 1 | 1100000 | 110010 |
Color Harmonies of #FA0D07
Complementary color
Monochromatic Colors of #FA0D07
Black with #FA0D07
Text Example
Text Example
White with #FA0D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0D07; }
p { color: rgb(250,13,7); }
H1.HeaderClassName
{
color: #FA0D07;
}
.AnyTagClassName
{
color: #FA0D07;
}
</style>
background-color css
<style>
a { background-color: #FA0D07; }
a { background-color: rgb(250,13,7); }
div.DivClassName
{
background-color: #FA0D07;
}
.BgClassName
{
background-color: #FA0D07;
}
</style>
border-color css
<style>
span { border-color: #FA0D07; }
span { border-color: rgb(250,13,7); }
td.TdClassName
{
border-color: #FA0D07;
}
.TagClassName
{
border-color: #FA0D07;
}
</style>