Shades of Dark Red #A41207
Tints of Dark Red #A41207
RGB
CMYK
RGB Variations
Color information
#A41207 (or 0xA41207) is known color: Dark Red. HEX triplet: A4, 12 and 07. RGB value is (164,18,7). Sum of RGB (Red+Green+Blue) = 164+18+7=189 (25% of max value = 765). Red value is 164 (64.45% from 255 or 86.77% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 7 (3.12% from 255 or 3.70% from 189); Max value from RGB is 164 - color contains mainly: red. Hex color #A41207 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41207 is #5BEDF8. Grayscale: #3C3C3C. Windows color (decimal): -6024697 or 463524. OLE color: 463524.
HSL color Cylindrical-coordinate representation of color #A41207: hue angle of 4.2º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A41207 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 18 | 7 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.36 |
| HSL | 4.2º | 0.92% | 0.34% | - |
| HSV(B) | 4.2º | 0.96% | 0.64% | - |
| XYZ | 15.56 | 8.34 | 0.99 | - |
| YUV | 60.4 | 97.87 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 18 | 7 | 0 | 0.89 | 0.96 | 0.36 | 4.2 | 0.92 | 0.34 |
| Hex | A4 | 12 | 7 | 0 | 59 | 60 | 24 | 4 | 5C | 22 |
| Octal | 244 | 22 | 7 | 0 | 131 | 140 | 44 | 4 | 134 | 42 |
| Binary | 10100100 | 10010 | 111 | 0 | 1011001 | 1100000 | 100100 | 100 | 1011100 | 100010 |
Color Harmonies of #A41207
Complementary color
Monochromatic Colors of #A41207
Black with #A41207
Text Example
Text Example
White with #A41207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41207; }
p { color: rgb(164,18,7); }
H1.HeaderClassName
{
color: #A41207;
}
.AnyTagClassName
{
color: #A41207;
}
</style>
background-color css
<style>
a { background-color: #A41207; }
a { background-color: rgb(164,18,7); }
div.DivClassName
{
background-color: #A41207;
}
.BgClassName
{
background-color: #A41207;
}
</style>
border-color css
<style>
span { border-color: #A41207; }
span { border-color: rgb(164,18,7); }
td.TdClassName
{
border-color: #A41207;
}
.TagClassName
{
border-color: #A41207;
}
</style>