Shades of Cardinal #AF1247
Tints of Cardinal #AF1247
RGB
CMYK
RGB Variations
Color information
#AF1247 (or 0xAF1247) is known color: Cardinal. HEX triplet: AF, 12 and 47. RGB value is (175,18,71). Sum of RGB (Red+Green+Blue) = 175+18+71=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1247 is #50EDB8. Grayscale: #464646. Windows color (decimal): -5303737 or 4657839. OLE color: 4657839.
HSL color Cylindrical-coordinate representation of color #AF1247: hue angle of 339.75º degrees, saturation: 0.81, 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 #AF1247 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 71 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.31 |
| HSL | 339.75º | 0.81% | 0.38% | - |
| HSV(B) | 339.75º | 0.9% | 0.69% | - |
| XYZ | 19.03 | 10 | 6.89 | - |
| YUV | 70.99 | 128.01 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 71 | 0 | 0.90 | 0.59 | 0.31 | 339.75 | 0.81 | 0.38 |
| Hex | AF | 12 | 47 | 0 | 5A | 3B | 1F | 154 | 51 | 26 |
| Octal | 257 | 22 | 107 | 0 | 132 | 73 | 37 | 524 | 121 | 46 |
| Binary | 10101111 | 10010 | 1000111 | 0 | 1011010 | 111011 | 11111 | 101010100 | 1010001 | 100110 |
Color Harmonies of #AF1247
Complementary color
Monochromatic Colors of #AF1247
Black with #AF1247
Text Example
Text Example
White with #AF1247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1247; }
p { color: rgb(175,18,71); }
H1.HeaderClassName
{
color: #AF1247;
}
.AnyTagClassName
{
color: #AF1247;
}
</style>
background-color css
<style>
a { background-color: #AF1247; }
a { background-color: rgb(175,18,71); }
div.DivClassName
{
background-color: #AF1247;
}
.BgClassName
{
background-color: #AF1247;
}
</style>
border-color css
<style>
span { border-color: #AF1247; }
span { border-color: rgb(175,18,71); }
td.TdClassName
{
border-color: #AF1247;
}
.TagClassName
{
border-color: #AF1247;
}
</style>