Shades of Bright Red #A21833
Tints of Bright Red #A21833
RGB
CMYK
RGB Variations
Color information
#A21833 (or 0xA21833) is known color: Bright Red. HEX triplet: A2, 18 and 33. RGB value is (162,24,51). Sum of RGB (Red+Green+Blue) = 162+24+51=237 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.35% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 162 - color contains mainly: red. Hex color #A21833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21833 is #5DE7CC. Grayscale: #444444. Windows color (decimal): -6154189 or 3348642. OLE color: 3348642.
HSL color Cylindrical-coordinate representation of color #A21833: hue angle of 348.26º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21833 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 24 | 51 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.36 |
| HSL | 348.26º | 0.74% | 0.36% | - |
| HSV(B) | 348.26º | 0.85% | 0.64% | - |
| XYZ | 15.82 | 8.57 | 3.95 | - |
| YUV | 68.34 | 118.22 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 51 | 0 | 0.85 | 0.69 | 0.36 | 348.26 | 0.74 | 0.36 |
| Hex | A2 | 18 | 33 | 0 | 55 | 45 | 24 | 15C | 4A | 24 |
| Octal | 242 | 30 | 63 | 0 | 125 | 105 | 44 | 534 | 112 | 44 |
| Binary | 10100010 | 11000 | 110011 | 0 | 1010101 | 1000101 | 100100 | 101011100 | 1001010 | 100100 |
Color Harmonies of #A21833
Complementary color
Monochromatic Colors of #A21833
Black with #A21833
Text Example
Text Example
White with #A21833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21833; }
p { color: rgb(162,24,51); }
H1.HeaderClassName
{
color: #A21833;
}
.AnyTagClassName
{
color: #A21833;
}
</style>
background-color css
<style>
a { background-color: #A21833; }
a { background-color: rgb(162,24,51); }
div.DivClassName
{
background-color: #A21833;
}
.BgClassName
{
background-color: #A21833;
}
</style>
border-color css
<style>
span { border-color: #A21833; }
span { border-color: rgb(162,24,51); }
td.TdClassName
{
border-color: #A21833;
}
.TagClassName
{
border-color: #A21833;
}
</style>