Shades of Cardinal #AF1445
Tints of Cardinal #AF1445
RGB
CMYK
RGB Variations
Color information
#AF1445 (or 0xAF1445) is known color: Cardinal. HEX triplet: AF, 14 and 45. RGB value is (175,20,69). Sum of RGB (Red+Green+Blue) = 175+20+69=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1445 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1445 is #50EBBA. Grayscale: #474747. Windows color (decimal): -5303227 or 4527279. OLE color: 4527279.
HSL color Cylindrical-coordinate representation of color #AF1445: hue angle of 341.03º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1445 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 20 | 69 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.31 |
| HSL | 341.03º | 0.79% | 0.38% | - |
| HSV(B) | 341.03º | 0.89% | 0.69% | - |
| XYZ | 19 | 10.04 | 6.57 | - |
| YUV | 71.93 | 126.35 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 69 | 0 | 0.89 | 0.61 | 0.31 | 341.03 | 0.79 | 0.38 |
| Hex | AF | 14 | 45 | 0 | 59 | 3D | 1F | 155 | 4F | 26 |
| Octal | 257 | 24 | 105 | 0 | 131 | 75 | 37 | 525 | 117 | 46 |
| Binary | 10101111 | 10100 | 1000101 | 0 | 1011001 | 111101 | 11111 | 101010101 | 1001111 | 100110 |
Color Harmonies of #AF1445
Complementary color
Monochromatic Colors of #AF1445
Black with #AF1445
Text Example
Text Example
White with #AF1445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1445; }
p { color: rgb(175,20,69); }
H1.HeaderClassName
{
color: #AF1445;
}
.AnyTagClassName
{
color: #AF1445;
}
</style>
background-color css
<style>
a { background-color: #AF1445; }
a { background-color: rgb(175,20,69); }
div.DivClassName
{
background-color: #AF1445;
}
.BgClassName
{
background-color: #AF1445;
}
</style>
border-color css
<style>
span { border-color: #AF1445; }
span { border-color: rgb(175,20,69); }
td.TdClassName
{
border-color: #AF1445;
}
.TagClassName
{
border-color: #AF1445;
}
</style>