Shades of Bright Red #A41823
Tints of Bright Red #A41823
RGB
CMYK
RGB Variations
Color information
#A41823 (or 0xA41823) is known color: Bright Red. HEX triplet: A4, 18 and 23. RGB value is (164,24,35). Sum of RGB (Red+Green+Blue) = 164+24+35=223 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.54% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 35 (14.06% from 255 or 15.70% from 223); Max value from RGB is 164 - color contains mainly: red. Hex color #A41823 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41823 is #5BE7DC. Grayscale: #434343. Windows color (decimal): -6023133 or 2300068. OLE color: 2300068.
HSL color Cylindrical-coordinate representation of color #A41823: hue angle of 355.29º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41823 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 24 | 35 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.36 |
| HSL | 355.29º | 0.74% | 0.37% | - |
| HSV(B) | 355.29º | 0.85% | 0.64% | - |
| XYZ | 15.94 | 8.67 | 2.42 | - |
| YUV | 67.11 | 109.88 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 24 | 35 | 0 | 0.85 | 0.79 | 0.36 | 355.29 | 0.74 | 0.37 |
| Hex | A4 | 18 | 23 | 0 | 55 | 4F | 24 | 163 | 4A | 25 |
| Octal | 244 | 30 | 43 | 0 | 125 | 117 | 44 | 543 | 112 | 45 |
| Binary | 10100100 | 11000 | 100011 | 0 | 1010101 | 1001111 | 100100 | 101100011 | 1001010 | 100101 |
Color Harmonies of #A41823
Complementary color
Monochromatic Colors of #A41823
Black with #A41823
Text Example
Text Example
White with #A41823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41823; }
p { color: rgb(164,24,35); }
H1.HeaderClassName
{
color: #A41823;
}
.AnyTagClassName
{
color: #A41823;
}
</style>
background-color css
<style>
a { background-color: #A41823; }
a { background-color: rgb(164,24,35); }
div.DivClassName
{
background-color: #A41823;
}
.BgClassName
{
background-color: #A41823;
}
</style>
border-color css
<style>
span { border-color: #A41823; }
span { border-color: rgb(164,24,35); }
td.TdClassName
{
border-color: #A41823;
}
.TagClassName
{
border-color: #A41823;
}
</style>