Shades of Red #F80F0D
Tints of Red #F80F0D
RGB
CMYK
RGB Variations
Color information
#F80F0D (or 0xF80F0D) is known color: Red. HEX triplet: F8, 0F and 0D. RGB value is (248,15,13). Sum of RGB (Red+Green+Blue) = 248+15+13=276 (36% of max value = 765). Red value is 248 (97.27% from 255 or 89.86% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 248 - color contains mainly: red. Hex color #F80F0D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80F0D is #07F0F2. Grayscale: #545454. Windows color (decimal): -520435 or 856056. OLE color: 856056.
HSL color Cylindrical-coordinate representation of color #F80F0D: hue angle of 0.51º 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 #F80F0D is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 15 | 13 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.03 |
| HSL | 0.51º | 0.94% | 0.51% | - |
| HSV(B) | 0.51º | 0.95% | 0.97% | - |
| XYZ | 38.95 | 20.33 | 2.25 | - |
| YUV | 84.44 | 87.69 | 244.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 15 | 13 | 0 | 0.94 | 0.95 | 0.03 | 0.51 | 0.94 | 0.51 |
| Hex | F8 | F | D | 0 | 5E | 5F | 3 | 1 | 5E | 33 |
| Octal | 370 | 17 | 15 | 0 | 136 | 137 | 3 | 1 | 136 | 63 |
| Binary | 11111000 | 1111 | 1101 | 0 | 1011110 | 1011111 | 11 | 1 | 1011110 | 110011 |
Color Harmonies of #F80F0D
Complementary color
Monochromatic Colors of #F80F0D
Black with #F80F0D
Text Example
Text Example
White with #F80F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80F0D; }
p { color: rgb(248,15,13); }
H1.HeaderClassName
{
color: #F80F0D;
}
.AnyTagClassName
{
color: #F80F0D;
}
</style>
background-color css
<style>
a { background-color: #F80F0D; }
a { background-color: rgb(248,15,13); }
div.DivClassName
{
background-color: #F80F0D;
}
.BgClassName
{
background-color: #F80F0D;
}
</style>
border-color css
<style>
span { border-color: #F80F0D; }
span { border-color: rgb(248,15,13); }
td.TdClassName
{
border-color: #F80F0D;
}
.TagClassName
{
border-color: #F80F0D;
}
</style>