Shades of Falu Red #7D1C02
Tints of Falu Red #7D1C02
RGB
CMYK
RGB Variations
Color information
#7D1C02 (or 0x7D1C02) is known color: Falu Red. HEX triplet: 7D, 1C and 02. RGB value is (125,28,2). Sum of RGB (Red+Green+Blue) = 125+28+2=155 (20% of max value = 765). Red value is 125 (49.22% from 255 or 80.65% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D1C02 is #82E3FD. Grayscale: #363636. Windows color (decimal): -8578046 or 138365. OLE color: 138365.
HSL color Cylindrical-coordinate representation of color #7D1C02: hue angle of 12.68º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D1C02 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 28 | 2 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.51 |
| HSL | 12.68º | 0.97% | 0.25% | - |
| HSV(B) | 12.68º | 0.98% | 0.49% | - |
| XYZ | 8.88 | 5.19 | 0.59 | - |
| YUV | 54.04 | 98.64 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 28 | 2 | 0 | 0.78 | 0.98 | 0.51 | 12.68 | 0.97 | 0.25 |
| Hex | 7D | 1C | 2 | 0 | 4E | 62 | 33 | D | 61 | 19 |
| Octal | 175 | 34 | 2 | 0 | 116 | 142 | 63 | 15 | 141 | 31 |
| Binary | 1111101 | 11100 | 10 | 0 | 1001110 | 1100010 | 110011 | 1101 | 1100001 | 11001 |
Color Harmonies of #7D1C02
Complementary color
Monochromatic Colors of #7D1C02
Black with #7D1C02
Text Example
Text Example
White with #7D1C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1C02; }
p { color: rgb(125,28,2); }
H1.HeaderClassName
{
color: #7D1C02;
}
.AnyTagClassName
{
color: #7D1C02;
}
</style>
background-color css
<style>
a { background-color: #7D1C02; }
a { background-color: rgb(125,28,2); }
div.DivClassName
{
background-color: #7D1C02;
}
.BgClassName
{
background-color: #7D1C02;
}
</style>
border-color css
<style>
span { border-color: #7D1C02; }
span { border-color: rgb(125,28,2); }
td.TdClassName
{
border-color: #7D1C02;
}
.TagClassName
{
border-color: #7D1C02;
}
</style>