Shades of Red #FF130C
Tints of Red #FF130C
RGB
CMYK
RGB Variations
Color information
#FF130C (or 0xFF130C) is known color: Red. HEX triplet: FF, 13 and 0C. RGB value is (255,19,12). Sum of RGB (Red+Green+Blue) = 255+19+12=286 (37% of max value = 765). Red value is 255 (100% from 255 or 89.16% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 255 - color contains mainly: red. Hex color #FF130C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF130C is #00ECF3. Grayscale: #595959. Windows color (decimal): -60660 or 791551. OLE color: 791551.
HSL color Cylindrical-coordinate representation of color #FF130C: hue angle of 1.73º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF130C is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 12 | - |
| CMYK | 0 | 0.93 | 0.95 | 0 |
| HSL | 1.73º | 1% | 0.52% | - |
| HSV(B) | 1.73º | 0.95% | 1% | - |
| XYZ | 41.54 | 21.75 | 2.36 | - |
| YUV | 88.77 | 84.69 | 246.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 12 | 0 | 0.93 | 0.95 | 0 | 1.73 | 1 | 0.52 |
| Hex | FF | 13 | C | 0 | 5D | 5F | 0 | 2 | 64 | 34 |
| Octal | 377 | 23 | 14 | 0 | 135 | 137 | 0 | 2 | 144 | 64 |
| Binary | 11111111 | 10011 | 1100 | 0 | 1011101 | 1011111 | 0 | 10 | 1100100 | 110100 |
Color Harmonies of #FF130C
Complementary color
Monochromatic Colors of #FF130C
Black with #FF130C
Text Example
Text Example
White with #FF130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF130C; }
p { color: rgb(255,19,12); }
H1.HeaderClassName
{
color: #FF130C;
}
.AnyTagClassName
{
color: #FF130C;
}
</style>
background-color css
<style>
a { background-color: #FF130C; }
a { background-color: rgb(255,19,12); }
div.DivClassName
{
background-color: #FF130C;
}
.BgClassName
{
background-color: #FF130C;
}
</style>
border-color css
<style>
span { border-color: #FF130C; }
span { border-color: rgb(255,19,12); }
td.TdClassName
{
border-color: #FF130C;
}
.TagClassName
{
border-color: #FF130C;
}
</style>