Shades of Cardinal #AE213D
Tints of Cardinal #AE213D
RGB
CMYK
RGB Variations
Color information
#AE213D (or 0xAE213D) is known color: Cardinal. HEX triplet: AE, 21 and 3D. RGB value is (174,33,61). Sum of RGB (Red+Green+Blue) = 174+33+61=268 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.93% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 174 - color contains mainly: red. Hex color #AE213D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE213D is #51DEC2. Grayscale: #4E4E4E. Windows color (decimal): -5365443 or 4006318. OLE color: 4006318.
HSL color Cylindrical-coordinate representation of color #AE213D: hue angle of 348.09º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE213D is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 33 | 61 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.32 |
| HSL | 348.09º | 0.68% | 0.41% | - |
| HSV(B) | 348.09º | 0.81% | 0.68% | - |
| XYZ | 18.84 | 10.42 | 5.43 | - |
| YUV | 78.35 | 118.21 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 33 | 61 | 0 | 0.81 | 0.65 | 0.32 | 348.09 | 0.68 | 0.41 |
| Hex | AE | 21 | 3D | 0 | 51 | 41 | 20 | 15C | 44 | 29 |
| Octal | 256 | 41 | 75 | 0 | 121 | 101 | 40 | 534 | 104 | 51 |
| Binary | 10101110 | 100001 | 111101 | 0 | 1010001 | 1000001 | 100000 | 101011100 | 1000100 | 101001 |
Color Harmonies of #AE213D
Complementary color
Monochromatic Colors of #AE213D
Black with #AE213D
Text Example
Text Example
White with #AE213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE213D; }
p { color: rgb(174,33,61); }
H1.HeaderClassName
{
color: #AE213D;
}
.AnyTagClassName
{
color: #AE213D;
}
</style>
background-color css
<style>
a { background-color: #AE213D; }
a { background-color: rgb(174,33,61); }
div.DivClassName
{
background-color: #AE213D;
}
.BgClassName
{
background-color: #AE213D;
}
</style>
border-color css
<style>
span { border-color: #AE213D; }
span { border-color: rgb(174,33,61); }
td.TdClassName
{
border-color: #AE213D;
}
.TagClassName
{
border-color: #AE213D;
}
</style>