Shades of Cardinal #AF1141
Tints of Cardinal #AF1141
RGB
CMYK
RGB Variations
Color information
#AF1141 (or 0xAF1141) is known color: Cardinal. HEX triplet: AF, 11 and 41. RGB value is (175,17,65). Sum of RGB (Red+Green+Blue) = 175+17+65=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1141 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1141 is #50EEBE. Grayscale: #454545. Windows color (decimal): -5303999 or 4264367. OLE color: 4264367.
HSL color Cylindrical-coordinate representation of color #AF1141: hue angle of 341.77º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1141 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 65 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.31 |
| HSL | 341.77º | 0.82% | 0.38% | - |
| HSV(B) | 341.77º | 0.9% | 0.69% | - |
| XYZ | 18.83 | 9.9 | 5.92 | - |
| YUV | 69.71 | 125.35 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 65 | 0 | 0.90 | 0.63 | 0.31 | 341.77 | 0.82 | 0.38 |
| Hex | AF | 11 | 41 | 0 | 5A | 3F | 1F | 156 | 52 | 26 |
| Octal | 257 | 21 | 101 | 0 | 132 | 77 | 37 | 526 | 122 | 46 |
| Binary | 10101111 | 10001 | 1000001 | 0 | 1011010 | 111111 | 11111 | 101010110 | 1010010 | 100110 |
Color Harmonies of #AF1141
Complementary color
Monochromatic Colors of #AF1141
Black with #AF1141
Text Example
Text Example
White with #AF1141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1141; }
p { color: rgb(175,17,65); }
H1.HeaderClassName
{
color: #AF1141;
}
.AnyTagClassName
{
color: #AF1141;
}
</style>
background-color css
<style>
a { background-color: #AF1141; }
a { background-color: rgb(175,17,65); }
div.DivClassName
{
background-color: #AF1141;
}
.BgClassName
{
background-color: #AF1141;
}
</style>
border-color css
<style>
span { border-color: #AF1141; }
span { border-color: rgb(175,17,65); }
td.TdClassName
{
border-color: #AF1141;
}
.TagClassName
{
border-color: #AF1141;
}
</style>