Shades of Red #F9130F
Tints of Red #F9130F
RGB
CMYK
RGB Variations
Color information
#F9130F (or 0xF9130F) is known color: Red. HEX triplet: F9, 13 and 0F. RGB value is (249,19,15). Sum of RGB (Red+Green+Blue) = 249+19+15=283 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.99% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 249 - color contains mainly: red. Hex color #F9130F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9130F is #06ECF0. Grayscale: #575757. Windows color (decimal): -453873 or 988153. OLE color: 988153.
HSL color Cylindrical-coordinate representation of color #F9130F: hue angle of 1.03º degrees, saturation: 0.95, 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 #F9130F is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 19 | 15 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.02 |
| HSL | 1.03º | 0.95% | 0.52% | - |
| HSV(B) | 1.03º | 0.94% | 0.98% | - |
| XYZ | 39.39 | 20.64 | 2.36 | - |
| YUV | 87.31 | 87.2 | 243.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 19 | 15 | 0 | 0.92 | 0.94 | 0.02 | 1.03 | 0.95 | 0.52 |
| Hex | F9 | 13 | F | 0 | 5C | 5E | 2 | 1 | 5F | 34 |
| Octal | 371 | 23 | 17 | 0 | 134 | 136 | 2 | 1 | 137 | 64 |
| Binary | 11111001 | 10011 | 1111 | 0 | 1011100 | 1011110 | 10 | 1 | 1011111 | 110100 |
Color Harmonies of #F9130F
Complementary color
Monochromatic Colors of #F9130F
Black with #F9130F
Text Example
Text Example
White with #F9130F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9130F; }
p { color: rgb(249,19,15); }
H1.HeaderClassName
{
color: #F9130F;
}
.AnyTagClassName
{
color: #F9130F;
}
</style>
background-color css
<style>
a { background-color: #F9130F; }
a { background-color: rgb(249,19,15); }
div.DivClassName
{
background-color: #F9130F;
}
.BgClassName
{
background-color: #F9130F;
}
</style>
border-color css
<style>
span { border-color: #F9130F; }
span { border-color: rgb(249,19,15); }
td.TdClassName
{
border-color: #F9130F;
}
.TagClassName
{
border-color: #F9130F;
}
</style>