Shades of Falu Red #952203
Tints of Falu Red #952203
RGB
CMYK
RGB Variations
Color information
#952203 (or 0x952203) is known color: Falu Red. HEX triplet: 95, 22 and 03. RGB value is (149,34,3). Sum of RGB (Red+Green+Blue) = 149+34+3=186 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.11% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 3 (1.56% from 255 or 1.61% from 186); Max value from RGB is 149 - color contains mainly: red. Hex color #952203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952203 is #6ADDFC. Grayscale: #414141. Windows color (decimal): -7003645 or 205461. OLE color: 205461.
HSL color Cylindrical-coordinate representation of color #952203: hue angle of 12.74º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #952203 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 34 | 3 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.42 |
| HSL | 12.74º | 0.96% | 0.3% | - |
| HSV(B) | 12.74º | 0.98% | 0.58% | - |
| XYZ | 12.98 | 7.54 | 0.86 | - |
| YUV | 64.85 | 93.1 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 34 | 3 | 0 | 0.77 | 0.98 | 0.42 | 12.74 | 0.96 | 0.3 |
| Hex | 95 | 22 | 3 | 0 | 4D | 62 | 2A | D | 60 | 1E |
| Octal | 225 | 42 | 3 | 0 | 115 | 142 | 52 | 15 | 140 | 36 |
| Binary | 10010101 | 100010 | 11 | 0 | 1001101 | 1100010 | 101010 | 1101 | 1100000 | 11110 |
Color Harmonies of #952203
Complementary color
Monochromatic Colors of #952203
Black with #952203
Text Example
Text Example
White with #952203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952203; }
p { color: rgb(149,34,3); }
H1.HeaderClassName
{
color: #952203;
}
.AnyTagClassName
{
color: #952203;
}
</style>
background-color css
<style>
a { background-color: #952203; }
a { background-color: rgb(149,34,3); }
div.DivClassName
{
background-color: #952203;
}
.BgClassName
{
background-color: #952203;
}
</style>
border-color css
<style>
span { border-color: #952203; }
span { border-color: rgb(149,34,3); }
td.TdClassName
{
border-color: #952203;
}
.TagClassName
{
border-color: #952203;
}
</style>