Shades of Red #F9130C
Tints of Red #F9130C
RGB
CMYK
RGB Variations
Color information
#F9130C (or 0xF9130C) is known color: Red. HEX triplet: F9, 13 and 0C. RGB value is (249,19,12). Sum of RGB (Red+Green+Blue) = 249+19+12=280 (37% of max value = 765). Red value is 249 (97.66% from 255 or 88.93% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 249 - color contains mainly: red. Hex color #F9130C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9130C is #06ECF3. Grayscale: #575757. Windows color (decimal): -453876 or 791545. OLE color: 791545.
HSL color Cylindrical-coordinate representation of color #F9130C: hue angle of 1.77º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9130C is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 19 | 12 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.02 |
| HSL | 1.77º | 0.95% | 0.51% | - |
| HSV(B) | 1.77º | 0.95% | 0.98% | - |
| XYZ | 39.37 | 20.63 | 2.26 | - |
| YUV | 86.97 | 85.7 | 243.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 19 | 12 | 0 | 0.92 | 0.95 | 0.02 | 1.77 | 0.95 | 0.51 |
| Hex | F9 | 13 | C | 0 | 5C | 5F | 2 | 2 | 5F | 33 |
| Octal | 371 | 23 | 14 | 0 | 134 | 137 | 2 | 2 | 137 | 63 |
| Binary | 11111001 | 10011 | 1100 | 0 | 1011100 | 1011111 | 10 | 10 | 1011111 | 110011 |
Color Harmonies of #F9130C
Complementary color
Monochromatic Colors of #F9130C
Black with #F9130C
Text Example
Text Example
White with #F9130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9130C; }
p { color: rgb(249,19,12); }
H1.HeaderClassName
{
color: #F9130C;
}
.AnyTagClassName
{
color: #F9130C;
}
</style>
background-color css
<style>
a { background-color: #F9130C; }
a { background-color: rgb(249,19,12); }
div.DivClassName
{
background-color: #F9130C;
}
.BgClassName
{
background-color: #F9130C;
}
</style>
border-color css
<style>
span { border-color: #F9130C; }
span { border-color: rgb(249,19,12); }
td.TdClassName
{
border-color: #F9130C;
}
.TagClassName
{
border-color: #F9130C;
}
</style>