Shades of Dark Red #921A03
Tints of Dark Red #921A03
RGB
CMYK
RGB Variations
Color information
#921A03 (or 0x921A03) is known color: Dark Red. HEX triplet: 92, 1A and 03. RGB value is (146,26,3). Sum of RGB (Red+Green+Blue) = 146+26+3=175 (23% of max value = 765). Red value is 146 (57.42% from 255 or 83.43% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 146 - color contains mainly: red. Hex color #921A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921A03 is #6DE5FC. Grayscale: #3B3B3B. Windows color (decimal): -7202301 or 203410. OLE color: 203410.
HSL color Cylindrical-coordinate representation of color #921A03: hue angle of 9.65º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #921A03 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 26 | 3 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.43 |
| HSL | 9.65º | 0.96% | 0.29% | - |
| HSV(B) | 9.65º | 0.98% | 0.57% | - |
| XYZ | 12.24 | 6.86 | 0.76 | - |
| YUV | 59.26 | 96.26 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 26 | 3 | 0 | 0.82 | 0.98 | 0.43 | 9.65 | 0.96 | 0.29 |
| Hex | 92 | 1A | 3 | 0 | 52 | 62 | 2B | A | 60 | 1D |
| Octal | 222 | 32 | 3 | 0 | 122 | 142 | 53 | 12 | 140 | 35 |
| Binary | 10010010 | 11010 | 11 | 0 | 1010010 | 1100010 | 101011 | 1010 | 1100000 | 11101 |
Color Harmonies of #921A03
Complementary color
Monochromatic Colors of #921A03
Black with #921A03
Text Example
Text Example
White with #921A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921A03; }
p { color: rgb(146,26,3); }
H1.HeaderClassName
{
color: #921A03;
}
.AnyTagClassName
{
color: #921A03;
}
</style>
background-color css
<style>
a { background-color: #921A03; }
a { background-color: rgb(146,26,3); }
div.DivClassName
{
background-color: #921A03;
}
.BgClassName
{
background-color: #921A03;
}
</style>
border-color css
<style>
span { border-color: #921A03; }
span { border-color: rgb(146,26,3); }
td.TdClassName
{
border-color: #921A03;
}
.TagClassName
{
border-color: #921A03;
}
</style>