Shades of Cardinal #AE212F
Tints of Cardinal #AE212F
RGB
CMYK
RGB Variations
Color information
#AE212F (or 0xAE212F) is known color: Cardinal. HEX triplet: AE, 21 and 2F. RGB value is (174,33,47). Sum of RGB (Red+Green+Blue) = 174+33+47=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE212F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE212F is #51DED0. Grayscale: #4C4C4C. Windows color (decimal): -5365457 or 3088814. OLE color: 3088814.
HSL color Cylindrical-coordinate representation of color #AE212F: hue angle of 354.04º 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 #AE212F is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 33 | 47 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.32 |
| HSL | 354.04º | 0.68% | 0.41% | - |
| HSV(B) | 354.04º | 0.81% | 0.68% | - |
| XYZ | 18.51 | 10.29 | 3.7 | - |
| YUV | 76.76 | 111.21 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 33 | 47 | 0 | 0.81 | 0.73 | 0.32 | 354.04 | 0.68 | 0.41 |
| Hex | AE | 21 | 2F | 0 | 51 | 49 | 20 | 162 | 44 | 29 |
| Octal | 256 | 41 | 57 | 0 | 121 | 111 | 40 | 542 | 104 | 51 |
| Binary | 10101110 | 100001 | 101111 | 0 | 1010001 | 1001001 | 100000 | 101100010 | 1000100 | 101001 |
Color Harmonies of #AE212F
Complementary color
Monochromatic Colors of #AE212F
Black with #AE212F
Text Example
Text Example
White with #AE212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE212F; }
p { color: rgb(174,33,47); }
H1.HeaderClassName
{
color: #AE212F;
}
.AnyTagClassName
{
color: #AE212F;
}
</style>
background-color css
<style>
a { background-color: #AE212F; }
a { background-color: rgb(174,33,47); }
div.DivClassName
{
background-color: #AE212F;
}
.BgClassName
{
background-color: #AE212F;
}
</style>
border-color css
<style>
span { border-color: #AE212F; }
span { border-color: rgb(174,33,47); }
td.TdClassName
{
border-color: #AE212F;
}
.TagClassName
{
border-color: #AE212F;
}
</style>