Shades of Cardinal #AE213C
Tints of Cardinal #AE213C
RGB
CMYK
RGB Variations
Color information
#AE213C (or 0xAE213C) is known color: Cardinal. HEX triplet: AE, 21 and 3C. RGB value is (174,33,60). Sum of RGB (Red+Green+Blue) = 174+33+60=267 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.17% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 174 - color contains mainly: red. Hex color #AE213C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE213C is #51DEC3. Grayscale: #4E4E4E. Windows color (decimal): -5365444 or 3940782. OLE color: 3940782.
HSL color Cylindrical-coordinate representation of color #AE213C: hue angle of 348.51º 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 #AE213C is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 33 | 60 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.32 |
| HSL | 348.51º | 0.68% | 0.41% | - |
| HSV(B) | 348.51º | 0.81% | 0.68% | - |
| XYZ | 18.82 | 10.41 | 5.29 | - |
| YUV | 78.24 | 117.71 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 33 | 60 | 0 | 0.81 | 0.66 | 0.32 | 348.51 | 0.68 | 0.41 |
| Hex | AE | 21 | 3C | 0 | 51 | 42 | 20 | 15D | 44 | 29 |
| Octal | 256 | 41 | 74 | 0 | 121 | 102 | 40 | 535 | 104 | 51 |
| Binary | 10101110 | 100001 | 111100 | 0 | 1010001 | 1000010 | 100000 | 101011101 | 1000100 | 101001 |
Color Harmonies of #AE213C
Complementary color
Monochromatic Colors of #AE213C
Black with #AE213C
Text Example
Text Example
White with #AE213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE213C; }
p { color: rgb(174,33,60); }
H1.HeaderClassName
{
color: #AE213C;
}
.AnyTagClassName
{
color: #AE213C;
}
</style>
background-color css
<style>
a { background-color: #AE213C; }
a { background-color: rgb(174,33,60); }
div.DivClassName
{
background-color: #AE213C;
}
.BgClassName
{
background-color: #AE213C;
}
</style>
border-color css
<style>
span { border-color: #AE213C; }
span { border-color: rgb(174,33,60); }
td.TdClassName
{
border-color: #AE213C;
}
.TagClassName
{
border-color: #AE213C;
}
</style>