Shades of Cardinal #AF1747
Tints of Cardinal #AF1747
RGB
CMYK
RGB Variations
Color information
#AF1747 (or 0xAF1747) is known color: Cardinal. HEX triplet: AF, 17 and 47. RGB value is (175,23,71). Sum of RGB (Red+Green+Blue) = 175+23+71=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 71 (28.12% from 255 or 26.39% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1747 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1747 is #50E8B8. Grayscale: #494949. Windows color (decimal): -5302457 or 4659119. OLE color: 4659119.
HSL color Cylindrical-coordinate representation of color #AF1747: hue angle of 341.05º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1747 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 23 | 71 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.31 |
| HSL | 341.05º | 0.77% | 0.39% | - |
| HSV(B) | 341.05º | 0.87% | 0.69% | - |
| XYZ | 19.12 | 10.18 | 6.92 | - |
| YUV | 73.92 | 126.36 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 23 | 71 | 0 | 0.87 | 0.59 | 0.31 | 341.05 | 0.77 | 0.39 |
| Hex | AF | 17 | 47 | 0 | 57 | 3B | 1F | 155 | 4D | 27 |
| Octal | 257 | 27 | 107 | 0 | 127 | 73 | 37 | 525 | 115 | 47 |
| Binary | 10101111 | 10111 | 1000111 | 0 | 1010111 | 111011 | 11111 | 101010101 | 1001101 | 100111 |
Color Harmonies of #AF1747
Complementary color
Monochromatic Colors of #AF1747
Black with #AF1747
Text Example
Text Example
White with #AF1747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1747; }
p { color: rgb(175,23,71); }
H1.HeaderClassName
{
color: #AF1747;
}
.AnyTagClassName
{
color: #AF1747;
}
</style>
background-color css
<style>
a { background-color: #AF1747; }
a { background-color: rgb(175,23,71); }
div.DivClassName
{
background-color: #AF1747;
}
.BgClassName
{
background-color: #AF1747;
}
</style>
border-color css
<style>
span { border-color: #AF1747; }
span { border-color: rgb(175,23,71); }
td.TdClassName
{
border-color: #AF1747;
}
.TagClassName
{
border-color: #AF1747;
}
</style>