Shades of Cardinal #AF1429
Tints of Cardinal #AF1429
RGB
CMYK
RGB Variations
Color information
#AF1429 (or 0xAF1429) is known color: Cardinal. HEX triplet: AF, 14 and 29. RGB value is (175,20,41). Sum of RGB (Red+Green+Blue) = 175+20+41=236 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.15% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1429 is #50EBD6. Grayscale: #444444. Windows color (decimal): -5303255 or 2692271. OLE color: 2692271.
HSL color Cylindrical-coordinate representation of color #AF1429: hue angle of 351.87º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1429 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 20 | 41 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.31 |
| HSL | 351.87º | 0.79% | 0.38% | - |
| HSV(B) | 351.87º | 0.89% | 0.69% | - |
| XYZ | 18.33 | 9.77 | 3.02 | - |
| YUV | 68.74 | 112.35 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 41 | 0 | 0.89 | 0.77 | 0.31 | 351.87 | 0.79 | 0.38 |
| Hex | AF | 14 | 29 | 0 | 59 | 4D | 1F | 160 | 4F | 26 |
| Octal | 257 | 24 | 51 | 0 | 131 | 115 | 37 | 540 | 117 | 46 |
| Binary | 10101111 | 10100 | 101001 | 0 | 1011001 | 1001101 | 11111 | 101100000 | 1001111 | 100110 |
Color Harmonies of #AF1429
Complementary color
Monochromatic Colors of #AF1429
Black with #AF1429
Text Example
Text Example
White with #AF1429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1429; }
p { color: rgb(175,20,41); }
H1.HeaderClassName
{
color: #AF1429;
}
.AnyTagClassName
{
color: #AF1429;
}
</style>
background-color css
<style>
a { background-color: #AF1429; }
a { background-color: rgb(175,20,41); }
div.DivClassName
{
background-color: #AF1429;
}
.BgClassName
{
background-color: #AF1429;
}
</style>
border-color css
<style>
span { border-color: #AF1429; }
span { border-color: rgb(175,20,41); }
td.TdClassName
{
border-color: #AF1429;
}
.TagClassName
{
border-color: #AF1429;
}
</style>