Shades of Red #FA0F0D
Tints of Red #FA0F0D
RGB
CMYK
RGB Variations
Color information
#FA0F0D (or 0xFA0F0D) is known color: Red. HEX triplet: FA, 0F and 0D. RGB value is (250,15,13). Sum of RGB (Red+Green+Blue) = 250+15+13=278 (36% of max value = 765). Red value is 250 (98.05% from 255 or 89.93% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0F0D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0F0D is #05F0F2. Grayscale: #555555. Windows color (decimal): -389363 or 856058. OLE color: 856058.
HSL color Cylindrical-coordinate representation of color #FA0F0D: hue angle of 0.51º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA0F0D is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 15 | 13 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.02 |
| HSL | 0.51º | 0.96% | 0.52% | - |
| HSV(B) | 0.51º | 0.95% | 0.98% | - |
| XYZ | 39.67 | 20.69 | 2.28 | - |
| YUV | 85.04 | 87.36 | 245.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 15 | 13 | 0 | 0.94 | 0.95 | 0.02 | 0.51 | 0.96 | 0.52 |
| Hex | FA | F | D | 0 | 5E | 5F | 2 | 1 | 60 | 34 |
| Octal | 372 | 17 | 15 | 0 | 136 | 137 | 2 | 1 | 140 | 64 |
| Binary | 11111010 | 1111 | 1101 | 0 | 1011110 | 1011111 | 10 | 1 | 1100000 | 110100 |
Color Harmonies of #FA0F0D
Complementary color
Monochromatic Colors of #FA0F0D
Black with #FA0F0D
Text Example
Text Example
White with #FA0F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0F0D; }
p { color: rgb(250,15,13); }
H1.HeaderClassName
{
color: #FA0F0D;
}
.AnyTagClassName
{
color: #FA0F0D;
}
</style>
background-color css
<style>
a { background-color: #FA0F0D; }
a { background-color: rgb(250,15,13); }
div.DivClassName
{
background-color: #FA0F0D;
}
.BgClassName
{
background-color: #FA0F0D;
}
</style>
border-color css
<style>
span { border-color: #FA0F0D; }
span { border-color: rgb(250,15,13); }
td.TdClassName
{
border-color: #FA0F0D;
}
.TagClassName
{
border-color: #FA0F0D;
}
</style>