Shades of Cardinal #AF1745
Tints of Cardinal #AF1745
RGB
CMYK
RGB Variations
Color information
#AF1745 (or 0xAF1745) is known color: Cardinal. HEX triplet: AF, 17 and 45. RGB value is (175,23,69). Sum of RGB (Red+Green+Blue) = 175+23+69=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1745 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1745 is #50E8BA. Grayscale: #494949. Windows color (decimal): -5302459 or 4528047. OLE color: 4528047.
HSL color Cylindrical-coordinate representation of color #AF1745: hue angle of 341.84º 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 #AF1745 is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 23 | 69 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.31 |
| HSL | 341.84º | 0.77% | 0.39% | - |
| HSV(B) | 341.84º | 0.87% | 0.69% | - |
| XYZ | 19.06 | 10.16 | 6.59 | - |
| YUV | 73.69 | 125.36 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 23 | 69 | 0 | 0.87 | 0.61 | 0.31 | 341.84 | 0.77 | 0.39 |
| Hex | AF | 17 | 45 | 0 | 57 | 3D | 1F | 156 | 4D | 27 |
| Octal | 257 | 27 | 105 | 0 | 127 | 75 | 37 | 526 | 115 | 47 |
| Binary | 10101111 | 10111 | 1000101 | 0 | 1010111 | 111101 | 11111 | 101010110 | 1001101 | 100111 |
Color Harmonies of #AF1745
Complementary color
Monochromatic Colors of #AF1745
Black with #AF1745
Text Example
Text Example
White with #AF1745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1745; }
p { color: rgb(175,23,69); }
H1.HeaderClassName
{
color: #AF1745;
}
.AnyTagClassName
{
color: #AF1745;
}
</style>
background-color css
<style>
a { background-color: #AF1745; }
a { background-color: rgb(175,23,69); }
div.DivClassName
{
background-color: #AF1745;
}
.BgClassName
{
background-color: #AF1745;
}
</style>
border-color css
<style>
span { border-color: #AF1745; }
span { border-color: rgb(175,23,69); }
td.TdClassName
{
border-color: #AF1745;
}
.TagClassName
{
border-color: #AF1745;
}
</style>