Shades of Red #FF130D
Tints of Red #FF130D
RGB
CMYK
RGB Variations
Color information
#FF130D (or 0xFF130D) is known color: Red. HEX triplet: FF, 13 and 0D. RGB value is (255,19,13). Sum of RGB (Red+Green+Blue) = 255+19+13=287 (38% of max value = 765). Red value is 255 (100% from 255 or 88.85% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 255 - color contains mainly: red. Hex color #FF130D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF130D is #00ECF2. Grayscale: #595959. Windows color (decimal): -60659 or 857087. OLE color: 857087.
HSL color Cylindrical-coordinate representation of color #FF130D: hue angle of 1.49º 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 #FF130D is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 13 | - |
| CMYK | 0 | 0.93 | 0.95 | 0 |
| HSL | 1.49º | 1% | 0.53% | - |
| HSV(B) | 1.49º | 0.95% | 1% | - |
| XYZ | 41.55 | 21.75 | 2.39 | - |
| YUV | 88.88 | 85.19 | 246.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 13 | 0 | 0.93 | 0.95 | 0 | 1.49 | 1 | 0.53 |
| Hex | FF | 13 | D | 0 | 5D | 5F | 0 | 1 | 64 | 35 |
| Octal | 377 | 23 | 15 | 0 | 135 | 137 | 0 | 1 | 144 | 65 |
| Binary | 11111111 | 10011 | 1101 | 0 | 1011101 | 1011111 | 0 | 1 | 1100100 | 110101 |
Color Harmonies of #FF130D
Complementary color
Monochromatic Colors of #FF130D
Black with #FF130D
Text Example
Text Example
White with #FF130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF130D; }
p { color: rgb(255,19,13); }
H1.HeaderClassName
{
color: #FF130D;
}
.AnyTagClassName
{
color: #FF130D;
}
</style>
background-color css
<style>
a { background-color: #FF130D; }
a { background-color: rgb(255,19,13); }
div.DivClassName
{
background-color: #FF130D;
}
.BgClassName
{
background-color: #FF130D;
}
</style>
border-color css
<style>
span { border-color: #FF130D; }
span { border-color: rgb(255,19,13); }
td.TdClassName
{
border-color: #FF130D;
}
.TagClassName
{
border-color: #FF130D;
}
</style>