Shades of Dark Red #921A02
Tints of Dark Red #921A02
RGB
CMYK
RGB Variations
Color information
#921A02 (or 0x921A02) is known color: Dark Red. HEX triplet: 92, 1A and 02. RGB value is (146,26,2). Sum of RGB (Red+Green+Blue) = 146+26+2=174 (23% of max value = 765). Red value is 146 (57.42% from 255 or 83.91% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 146 - color contains mainly: red. Hex color #921A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921A02 is #6DE5FD. Grayscale: #3B3B3B. Windows color (decimal): -7202302 or 137874. OLE color: 137874.
HSL color Cylindrical-coordinate representation of color #921A02: hue angle of 10º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #921A02 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 26 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.43 |
| HSL | 10º | 0.97% | 0.29% | - |
| HSV(B) | 10º | 0.99% | 0.57% | - |
| XYZ | 12.23 | 6.85 | 0.74 | - |
| YUV | 59.14 | 95.76 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 26 | 2 | 0 | 0.82 | 0.99 | 0.43 | 10 | 0.97 | 0.29 |
| Hex | 92 | 1A | 2 | 0 | 52 | 63 | 2B | A | 61 | 1D |
| Octal | 222 | 32 | 2 | 0 | 122 | 143 | 53 | 12 | 141 | 35 |
| Binary | 10010010 | 11010 | 10 | 0 | 1010010 | 1100011 | 101011 | 1010 | 1100001 | 11101 |
Color Harmonies of #921A02
Complementary color
Monochromatic Colors of #921A02
Black with #921A02
Text Example
Text Example
White with #921A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921A02; }
p { color: rgb(146,26,2); }
H1.HeaderClassName
{
color: #921A02;
}
.AnyTagClassName
{
color: #921A02;
}
</style>
background-color css
<style>
a { background-color: #921A02; }
a { background-color: rgb(146,26,2); }
div.DivClassName
{
background-color: #921A02;
}
.BgClassName
{
background-color: #921A02;
}
</style>
border-color css
<style>
span { border-color: #921A02; }
span { border-color: rgb(146,26,2); }
td.TdClassName
{
border-color: #921A02;
}
.TagClassName
{
border-color: #921A02;
}
</style>