Shades of Falu Red #8E1A02
Tints of Falu Red #8E1A02
RGB
CMYK
RGB Variations
Color information
#8E1A02 (or 0x8E1A02) is known color: Falu Red. HEX triplet: 8E, 1A and 02. RGB value is (142,26,2). Sum of RGB (Red+Green+Blue) = 142+26+2=170 (22% of max value = 765). Red value is 142 (55.86% from 255 or 83.53% from 170); Green value is 26 (10.55% from 255 or 15.29% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E1A02 is #71E5FD. Grayscale: #3A3A3A. Windows color (decimal): -7464446 or 137870. OLE color: 137870.
HSL color Cylindrical-coordinate representation of color #8E1A02: hue angle of 10.29º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E1A02 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 26 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.44 |
| HSL | 10.29º | 0.97% | 0.28% | - |
| HSV(B) | 10.29º | 0.99% | 0.56% | - |
| XYZ | 11.54 | 6.49 | 0.7 | - |
| YUV | 57.95 | 96.43 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 26 | 2 | 0 | 0.82 | 0.99 | 0.44 | 10.29 | 0.97 | 0.28 |
| Hex | 8E | 1A | 2 | 0 | 52 | 63 | 2C | A | 61 | 1C |
| Octal | 216 | 32 | 2 | 0 | 122 | 143 | 54 | 12 | 141 | 34 |
| Binary | 10001110 | 11010 | 10 | 0 | 1010010 | 1100011 | 101100 | 1010 | 1100001 | 11100 |
Color Harmonies of #8E1A02
Complementary color
Monochromatic Colors of #8E1A02
Black with #8E1A02
Text Example
Text Example
White with #8E1A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1A02; }
p { color: rgb(142,26,2); }
H1.HeaderClassName
{
color: #8E1A02;
}
.AnyTagClassName
{
color: #8E1A02;
}
</style>
background-color css
<style>
a { background-color: #8E1A02; }
a { background-color: rgb(142,26,2); }
div.DivClassName
{
background-color: #8E1A02;
}
.BgClassName
{
background-color: #8E1A02;
}
</style>
border-color css
<style>
span { border-color: #8E1A02; }
span { border-color: rgb(142,26,2); }
td.TdClassName
{
border-color: #8E1A02;
}
.TagClassName
{
border-color: #8E1A02;
}
</style>