Shades of Cardinal #AF2041
Tints of Cardinal #AF2041
RGB
CMYK
RGB Variations
Color information
#AF2041 (or 0xAF2041) is known color: Cardinal. HEX triplet: AF, 20 and 41. RGB value is (175,32,65). Sum of RGB (Red+Green+Blue) = 175+32+65=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2041 is #50DFBE. Grayscale: #4E4E4E. Windows color (decimal): -5300159 or 4268207. OLE color: 4268207.
HSL color Cylindrical-coordinate representation of color #AF2041: hue angle of 346.15º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF2041 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 65 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.31 |
| HSL | 346.15º | 0.69% | 0.41% | - |
| HSV(B) | 346.15º | 0.82% | 0.69% | - |
| XYZ | 19.15 | 10.53 | 6.02 | - |
| YUV | 78.52 | 120.38 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 65 | 0 | 0.82 | 0.63 | 0.31 | 346.15 | 0.69 | 0.41 |
| Hex | AF | 20 | 41 | 0 | 52 | 3F | 1F | 15A | 45 | 29 |
| Octal | 257 | 40 | 101 | 0 | 122 | 77 | 37 | 532 | 105 | 51 |
| Binary | 10101111 | 100000 | 1000001 | 0 | 1010010 | 111111 | 11111 | 101011010 | 1000101 | 101001 |
Color Harmonies of #AF2041
Complementary color
Monochromatic Colors of #AF2041
Black with #AF2041
Text Example
Text Example
White with #AF2041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2041; }
p { color: rgb(175,32,65); }
H1.HeaderClassName
{
color: #AF2041;
}
.AnyTagClassName
{
color: #AF2041;
}
</style>
background-color css
<style>
a { background-color: #AF2041; }
a { background-color: rgb(175,32,65); }
div.DivClassName
{
background-color: #AF2041;
}
.BgClassName
{
background-color: #AF2041;
}
</style>
border-color css
<style>
span { border-color: #AF2041; }
span { border-color: rgb(175,32,65); }
td.TdClassName
{
border-color: #AF2041;
}
.TagClassName
{
border-color: #AF2041;
}
</style>