Shades of Dark Red #921407
Tints of Dark Red #921407
RGB
CMYK
RGB Variations
Color information
#921407 (or 0x921407) is known color: Dark Red. HEX triplet: 92, 14 and 07. RGB value is (146,20,7). Sum of RGB (Red+Green+Blue) = 146+20+7=173 (22% of max value = 765). Red value is 146 (57.42% from 255 or 84.39% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 7 (3.12% from 255 or 4.05% from 173); Max value from RGB is 146 - color contains mainly: red. Hex color #921407 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921407 is #6DEBF8. Grayscale: #383838. Windows color (decimal): -7203833 or 464018. OLE color: 464018.
HSL color Cylindrical-coordinate representation of color #921407: hue angle of 5.61º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #921407 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 20 | 7 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.43 |
| HSL | 5.61º | 0.91% | 0.3% | - |
| HSV(B) | 5.61º | 0.95% | 0.57% | - |
| XYZ | 12.14 | 6.63 | 0.84 | - |
| YUV | 56.19 | 100.24 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 20 | 7 | 0 | 0.86 | 0.95 | 0.43 | 5.61 | 0.91 | 0.3 |
| Hex | 92 | 14 | 7 | 0 | 56 | 5F | 2B | 6 | 5B | 1E |
| Octal | 222 | 24 | 7 | 0 | 126 | 137 | 53 | 6 | 133 | 36 |
| Binary | 10010010 | 10100 | 111 | 0 | 1010110 | 1011111 | 101011 | 110 | 1011011 | 11110 |
Color Harmonies of #921407
Complementary color
Monochromatic Colors of #921407
Black with #921407
Text Example
Text Example
White with #921407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921407; }
p { color: rgb(146,20,7); }
H1.HeaderClassName
{
color: #921407;
}
.AnyTagClassName
{
color: #921407;
}
</style>
background-color css
<style>
a { background-color: #921407; }
a { background-color: rgb(146,20,7); }
div.DivClassName
{
background-color: #921407;
}
.BgClassName
{
background-color: #921407;
}
</style>
border-color css
<style>
span { border-color: #921407; }
span { border-color: rgb(146,20,7); }
td.TdClassName
{
border-color: #921407;
}
.TagClassName
{
border-color: #921407;
}
</style>