Shades of Cardinal #AF1547
Tints of Cardinal #AF1547
RGB
CMYK
RGB Variations
Color information
#AF1547 (or 0xAF1547) is known color: Cardinal. HEX triplet: AF, 15 and 47. RGB value is (175,21,71). Sum of RGB (Red+Green+Blue) = 175+21+71=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1547 is #50EAB8. Grayscale: #484848. Windows color (decimal): -5302969 or 4658607. OLE color: 4658607.
HSL color Cylindrical-coordinate representation of color #AF1547: hue angle of 340.52º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1547 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 71 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.31 |
| HSL | 340.52º | 0.79% | 0.38% | - |
| HSV(B) | 340.52º | 0.88% | 0.69% | - |
| XYZ | 19.08 | 10.11 | 6.91 | - |
| YUV | 72.75 | 127.02 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 71 | 0 | 0.88 | 0.59 | 0.31 | 340.52 | 0.79 | 0.38 |
| Hex | AF | 15 | 47 | 0 | 58 | 3B | 1F | 155 | 4F | 26 |
| Octal | 257 | 25 | 107 | 0 | 130 | 73 | 37 | 525 | 117 | 46 |
| Binary | 10101111 | 10101 | 1000111 | 0 | 1011000 | 111011 | 11111 | 101010101 | 1001111 | 100110 |
Color Harmonies of #AF1547
Complementary color
Monochromatic Colors of #AF1547
Black with #AF1547
Text Example
Text Example
White with #AF1547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1547; }
p { color: rgb(175,21,71); }
H1.HeaderClassName
{
color: #AF1547;
}
.AnyTagClassName
{
color: #AF1547;
}
</style>
background-color css
<style>
a { background-color: #AF1547; }
a { background-color: rgb(175,21,71); }
div.DivClassName
{
background-color: #AF1547;
}
.BgClassName
{
background-color: #AF1547;
}
</style>
border-color css
<style>
span { border-color: #AF1547; }
span { border-color: rgb(175,21,71); }
td.TdClassName
{
border-color: #AF1547;
}
.TagClassName
{
border-color: #AF1547;
}
</style>