Shades of Red #F9130D
Tints of Red #F9130D
RGB
CMYK
RGB Variations
Color information
#F9130D (or 0xF9130D) is known color: Red. HEX triplet: F9, 13 and 0D. RGB value is (249,19,13). Sum of RGB (Red+Green+Blue) = 249+19+13=281 (37% of max value = 765). Red value is 249 (97.66% from 255 or 88.61% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 249 - color contains mainly: red. Hex color #F9130D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9130D is #06ECF2. Grayscale: #575757. Windows color (decimal): -453875 or 857081. OLE color: 857081.
HSL color Cylindrical-coordinate representation of color #F9130D: hue angle of 1.53º 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 #F9130D is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 19 | 13 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.02 |
| HSL | 1.53º | 0.95% | 0.51% | - |
| HSV(B) | 1.53º | 0.95% | 0.98% | - |
| XYZ | 39.37 | 20.63 | 2.29 | - |
| YUV | 87.09 | 86.2 | 243.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 19 | 13 | 0 | 0.92 | 0.95 | 0.02 | 1.53 | 0.95 | 0.51 |
| Hex | F9 | 13 | D | 0 | 5C | 5F | 2 | 2 | 5F | 33 |
| Octal | 371 | 23 | 15 | 0 | 134 | 137 | 2 | 2 | 137 | 63 |
| Binary | 11111001 | 10011 | 1101 | 0 | 1011100 | 1011111 | 10 | 10 | 1011111 | 110011 |
Color Harmonies of #F9130D
Complementary color
Monochromatic Colors of #F9130D
Black with #F9130D
Text Example
Text Example
White with #F9130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9130D; }
p { color: rgb(249,19,13); }
H1.HeaderClassName
{
color: #F9130D;
}
.AnyTagClassName
{
color: #F9130D;
}
</style>
background-color css
<style>
a { background-color: #F9130D; }
a { background-color: rgb(249,19,13); }
div.DivClassName
{
background-color: #F9130D;
}
.BgClassName
{
background-color: #F9130D;
}
</style>
border-color css
<style>
span { border-color: #F9130D; }
span { border-color: rgb(249,19,13); }
td.TdClassName
{
border-color: #F9130D;
}
.TagClassName
{
border-color: #F9130D;
}
</style>