Shades of Cardinal #AE223F
Tints of Cardinal #AE223F
RGB
CMYK
RGB Variations
Color information
#AE223F (or 0xAE223F) is known color: Cardinal. HEX triplet: AE, 22 and 3F. RGB value is (174,34,63). Sum of RGB (Red+Green+Blue) = 174+34+63=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE223F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE223F is #51DDC0. Grayscale: #4F4F4F. Windows color (decimal): -5365185 or 4137646. OLE color: 4137646.
HSL color Cylindrical-coordinate representation of color #AE223F: hue angle of 347.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE223F is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 34 | 63 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.32 |
| HSL | 347.57º | 0.67% | 0.41% | - |
| HSV(B) | 347.57º | 0.8% | 0.68% | - |
| XYZ | 18.92 | 10.5 | 5.73 | - |
| YUV | 79.17 | 118.88 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 34 | 63 | 0 | 0.80 | 0.64 | 0.32 | 347.57 | 0.67 | 0.41 |
| Hex | AE | 22 | 3F | 0 | 50 | 40 | 20 | 15C | 43 | 29 |
| Octal | 256 | 42 | 77 | 0 | 120 | 100 | 40 | 534 | 103 | 51 |
| Binary | 10101110 | 100010 | 111111 | 0 | 1010000 | 1000000 | 100000 | 101011100 | 1000011 | 101001 |
Color Harmonies of #AE223F
Complementary color
Monochromatic Colors of #AE223F
Black with #AE223F
Text Example
Text Example
White with #AE223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE223F; }
p { color: rgb(174,34,63); }
H1.HeaderClassName
{
color: #AE223F;
}
.AnyTagClassName
{
color: #AE223F;
}
</style>
background-color css
<style>
a { background-color: #AE223F; }
a { background-color: rgb(174,34,63); }
div.DivClassName
{
background-color: #AE223F;
}
.BgClassName
{
background-color: #AE223F;
}
</style>
border-color css
<style>
span { border-color: #AE223F; }
span { border-color: rgb(174,34,63); }
td.TdClassName
{
border-color: #AE223F;
}
.TagClassName
{
border-color: #AE223F;
}
</style>