Shades of Cardinal #AF1544
Tints of Cardinal #AF1544
RGB
CMYK
RGB Variations
Color information
#AF1544 (or 0xAF1544) is known color: Cardinal. HEX triplet: AF, 15 and 44. RGB value is (175,21,68). Sum of RGB (Red+Green+Blue) = 175+21+68=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1544 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1544 is #50EABB. Grayscale: #484848. Windows color (decimal): -5302972 or 4461999. OLE color: 4461999.
HSL color Cylindrical-coordinate representation of color #AF1544: hue angle of 341.69º 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 #AF1544 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 68 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.31 |
| HSL | 341.69º | 0.79% | 0.38% | - |
| HSV(B) | 341.69º | 0.88% | 0.69% | - |
| XYZ | 18.99 | 10.07 | 6.41 | - |
| YUV | 72.4 | 125.52 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 68 | 0 | 0.88 | 0.61 | 0.31 | 341.69 | 0.79 | 0.38 |
| Hex | AF | 15 | 44 | 0 | 58 | 3D | 1F | 156 | 4F | 26 |
| Octal | 257 | 25 | 104 | 0 | 130 | 75 | 37 | 526 | 117 | 46 |
| Binary | 10101111 | 10101 | 1000100 | 0 | 1011000 | 111101 | 11111 | 101010110 | 1001111 | 100110 |
Color Harmonies of #AF1544
Complementary color
Monochromatic Colors of #AF1544
Black with #AF1544
Text Example
Text Example
White with #AF1544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1544; }
p { color: rgb(175,21,68); }
H1.HeaderClassName
{
color: #AF1544;
}
.AnyTagClassName
{
color: #AF1544;
}
</style>
background-color css
<style>
a { background-color: #AF1544; }
a { background-color: rgb(175,21,68); }
div.DivClassName
{
background-color: #AF1544;
}
.BgClassName
{
background-color: #AF1544;
}
</style>
border-color css
<style>
span { border-color: #AF1544; }
span { border-color: rgb(175,21,68); }
td.TdClassName
{
border-color: #AF1544;
}
.TagClassName
{
border-color: #AF1544;
}
</style>