Shades of Bright Red #A21838
Tints of Bright Red #A21838
RGB
CMYK
RGB Variations
Color information
#A21838 (or 0xA21838) is known color: Bright Red. HEX triplet: A2, 18 and 38. RGB value is (162,24,56). Sum of RGB (Red+Green+Blue) = 162+24+56=242 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.94% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 162 - color contains mainly: red. Hex color #A21838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21838 is #5DE7C7. Grayscale: #444444. Windows color (decimal): -6154184 or 3676322. OLE color: 3676322.
HSL color Cylindrical-coordinate representation of color #A21838: hue angle of 346.09º 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 #A21838 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 24 | 56 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.36 |
| HSL | 346.09º | 0.74% | 0.36% | - |
| HSV(B) | 346.09º | 0.85% | 0.64% | - |
| XYZ | 15.94 | 8.62 | 4.57 | - |
| YUV | 68.91 | 120.72 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 56 | 0 | 0.85 | 0.65 | 0.36 | 346.09 | 0.74 | 0.36 |
| Hex | A2 | 18 | 38 | 0 | 55 | 41 | 24 | 15A | 4A | 24 |
| Octal | 242 | 30 | 70 | 0 | 125 | 101 | 44 | 532 | 112 | 44 |
| Binary | 10100010 | 11000 | 111000 | 0 | 1010101 | 1000001 | 100100 | 101011010 | 1001010 | 100100 |
Color Harmonies of #A21838
Complementary color
Monochromatic Colors of #A21838
Black with #A21838
Text Example
Text Example
White with #A21838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21838; }
p { color: rgb(162,24,56); }
H1.HeaderClassName
{
color: #A21838;
}
.AnyTagClassName
{
color: #A21838;
}
</style>
background-color css
<style>
a { background-color: #A21838; }
a { background-color: rgb(162,24,56); }
div.DivClassName
{
background-color: #A21838;
}
.BgClassName
{
background-color: #A21838;
}
</style>
border-color css
<style>
span { border-color: #A21838; }
span { border-color: rgb(162,24,56); }
td.TdClassName
{
border-color: #A21838;
}
.TagClassName
{
border-color: #A21838;
}
</style>