Shades of Cardinal #AE1D41
Tints of Cardinal #AE1D41
RGB
CMYK
RGB Variations
Color information
#AE1D41 (or 0xAE1D41) is known color: Cardinal. HEX triplet: AE, 1D and 41. RGB value is (174,29,65). Sum of RGB (Red+Green+Blue) = 174+29+65=268 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.93% from 268); Green value is 29 (11.72% from 255 or 10.82% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1D41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1D41 is #51E2BE. Grayscale: #4C4C4C. Windows color (decimal): -5366463 or 4267438. OLE color: 4267438.
HSL color Cylindrical-coordinate representation of color #AE1D41: hue angle of 345.1º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE1D41 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 29 | 65 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.32 |
| HSL | 345.1º | 0.71% | 0.4% | - |
| HSV(B) | 345.1º | 0.83% | 0.68% | - |
| XYZ | 18.85 | 10.26 | 5.99 | - |
| YUV | 76.46 | 121.54 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 29 | 65 | 0 | 0.83 | 0.63 | 0.32 | 345.1 | 0.71 | 0.4 |
| Hex | AE | 1D | 41 | 0 | 53 | 3F | 20 | 159 | 47 | 28 |
| Octal | 256 | 35 | 101 | 0 | 123 | 77 | 40 | 531 | 107 | 50 |
| Binary | 10101110 | 11101 | 1000001 | 0 | 1010011 | 111111 | 100000 | 101011001 | 1000111 | 101000 |
Color Harmonies of #AE1D41
Complementary color
Monochromatic Colors of #AE1D41
Black with #AE1D41
Text Example
Text Example
White with #AE1D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1D41; }
p { color: rgb(174,29,65); }
H1.HeaderClassName
{
color: #AE1D41;
}
.AnyTagClassName
{
color: #AE1D41;
}
</style>
background-color css
<style>
a { background-color: #AE1D41; }
a { background-color: rgb(174,29,65); }
div.DivClassName
{
background-color: #AE1D41;
}
.BgClassName
{
background-color: #AE1D41;
}
</style>
border-color css
<style>
span { border-color: #AE1D41; }
span { border-color: rgb(174,29,65); }
td.TdClassName
{
border-color: #AE1D41;
}
.TagClassName
{
border-color: #AE1D41;
}
</style>