Shades of Red #FF130E
Tints of Red #FF130E
RGB
CMYK
RGB Variations
Color information
#FF130E (or 0xFF130E) is known color: Red. HEX triplet: FF, 13 and 0E. RGB value is (255,19,14). Sum of RGB (Red+Green+Blue) = 255+19+14=288 (38% of max value = 765). Red value is 255 (100% from 255 or 88.54% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 255 - color contains mainly: red. Hex color #FF130E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF130E is #00ECF1. Grayscale: #595959. Windows color (decimal): -60658 or 922623. OLE color: 922623.
HSL color Cylindrical-coordinate representation of color #FF130E: hue angle of 1.24º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF130E is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 14 | - |
| CMYK | 0 | 0.93 | 0.95 | 0 |
| HSL | 1.24º | 1% | 0.53% | - |
| HSV(B) | 1.24º | 0.95% | 1% | - |
| XYZ | 41.55 | 21.76 | 2.43 | - |
| YUV | 88.99 | 85.69 | 246.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 14 | 0 | 0.93 | 0.95 | 0 | 1.24 | 1 | 0.53 |
| Hex | FF | 13 | E | 0 | 5D | 5F | 0 | 1 | 64 | 35 |
| Octal | 377 | 23 | 16 | 0 | 135 | 137 | 0 | 1 | 144 | 65 |
| Binary | 11111111 | 10011 | 1110 | 0 | 1011101 | 1011111 | 0 | 1 | 1100100 | 110101 |
Color Harmonies of #FF130E
Complementary color
Monochromatic Colors of #FF130E
Black with #FF130E
Text Example
Text Example
White with #FF130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF130E; }
p { color: rgb(255,19,14); }
H1.HeaderClassName
{
color: #FF130E;
}
.AnyTagClassName
{
color: #FF130E;
}
</style>
background-color css
<style>
a { background-color: #FF130E; }
a { background-color: rgb(255,19,14); }
div.DivClassName
{
background-color: #FF130E;
}
.BgClassName
{
background-color: #FF130E;
}
</style>
border-color css
<style>
span { border-color: #FF130E; }
span { border-color: rgb(255,19,14); }
td.TdClassName
{
border-color: #FF130E;
}
.TagClassName
{
border-color: #FF130E;
}
</style>