Shades of Red #F8130D
Tints of Red #F8130D
RGB
CMYK
RGB Variations
Color information
#F8130D (or 0xF8130D) is known color: Red. HEX triplet: F8, 13 and 0D. RGB value is (248,19,13). Sum of RGB (Red+Green+Blue) = 248+19+13=280 (37% of max value = 765). Red value is 248 (97.27% from 255 or 88.57% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 248 - color contains mainly: red. Hex color #F8130D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F8130D is #07ECF2. Grayscale: #575757. Windows color (decimal): -519411 or 857080. OLE color: 857080.
HSL color Cylindrical-coordinate representation of color #F8130D: hue angle of 1.53º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F8130D is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 19 | 13 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.03 |
| HSL | 1.53º | 0.94% | 0.51% | - |
| HSV(B) | 1.53º | 0.95% | 0.97% | - |
| XYZ | 39.02 | 20.45 | 2.27 | - |
| YUV | 86.79 | 86.37 | 242.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 19 | 13 | 0 | 0.92 | 0.95 | 0.03 | 1.53 | 0.94 | 0.51 |
| Hex | F8 | 13 | D | 0 | 5C | 5F | 3 | 2 | 5E | 33 |
| Octal | 370 | 23 | 15 | 0 | 134 | 137 | 3 | 2 | 136 | 63 |
| Binary | 11111000 | 10011 | 1101 | 0 | 1011100 | 1011111 | 11 | 10 | 1011110 | 110011 |
Color Harmonies of #F8130D
Complementary color
Monochromatic Colors of #F8130D
Black with #F8130D
Text Example
Text Example
White with #F8130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8130D; }
p { color: rgb(248,19,13); }
H1.HeaderClassName
{
color: #F8130D;
}
.AnyTagClassName
{
color: #F8130D;
}
</style>
background-color css
<style>
a { background-color: #F8130D; }
a { background-color: rgb(248,19,13); }
div.DivClassName
{
background-color: #F8130D;
}
.BgClassName
{
background-color: #F8130D;
}
</style>
border-color css
<style>
span { border-color: #F8130D; }
span { border-color: rgb(248,19,13); }
td.TdClassName
{
border-color: #F8130D;
}
.TagClassName
{
border-color: #F8130D;
}
</style>