Shades of Cardinal #AF1442
Tints of Cardinal #AF1442
RGB
CMYK
RGB Variations
Color information
#AF1442 (or 0xAF1442) is known color: Cardinal. HEX triplet: AF, 14 and 42. RGB value is (175,20,66). Sum of RGB (Red+Green+Blue) = 175+20+66=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1442 is #50EBBD. Grayscale: #474747. Windows color (decimal): -5303230 or 4330671. OLE color: 4330671.
HSL color Cylindrical-coordinate representation of color #AF1442: hue angle of 342.19º 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 #AF1442 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 20 | 66 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.31 |
| HSL | 342.19º | 0.79% | 0.38% | - |
| HSV(B) | 342.19º | 0.89% | 0.69% | - |
| XYZ | 18.91 | 10.01 | 6.09 | - |
| YUV | 71.59 | 124.85 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 66 | 0 | 0.89 | 0.62 | 0.31 | 342.19 | 0.79 | 0.38 |
| Hex | AF | 14 | 42 | 0 | 59 | 3E | 1F | 156 | 4F | 26 |
| Octal | 257 | 24 | 102 | 0 | 131 | 76 | 37 | 526 | 117 | 46 |
| Binary | 10101111 | 10100 | 1000010 | 0 | 1011001 | 111110 | 11111 | 101010110 | 1001111 | 100110 |
Color Harmonies of #AF1442
Complementary color
Monochromatic Colors of #AF1442
Black with #AF1442
Text Example
Text Example
White with #AF1442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1442; }
p { color: rgb(175,20,66); }
H1.HeaderClassName
{
color: #AF1442;
}
.AnyTagClassName
{
color: #AF1442;
}
</style>
background-color css
<style>
a { background-color: #AF1442; }
a { background-color: rgb(175,20,66); }
div.DivClassName
{
background-color: #AF1442;
}
.BgClassName
{
background-color: #AF1442;
}
</style>
border-color css
<style>
span { border-color: #AF1442; }
span { border-color: rgb(175,20,66); }
td.TdClassName
{
border-color: #AF1442;
}
.TagClassName
{
border-color: #AF1442;
}
</style>