Shades of Cardinal #AF1428
Tints of Cardinal #AF1428
RGB
CMYK
RGB Variations
Color information
#AF1428 (or 0xAF1428) is known color: Cardinal. HEX triplet: AF, 14 and 28. RGB value is (175,20,40). Sum of RGB (Red+Green+Blue) = 175+20+40=235 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.47% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1428 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1428 is #50EBD7. Grayscale: #444444. Windows color (decimal): -5303256 or 2626735. OLE color: 2626735.
HSL color Cylindrical-coordinate representation of color #AF1428: hue angle of 352.26º 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 #AF1428 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 20 | 40 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.31 |
| HSL | 352.26º | 0.79% | 0.38% | - |
| HSV(B) | 352.26º | 0.89% | 0.69% | - |
| XYZ | 18.31 | 9.77 | 2.93 | - |
| YUV | 68.63 | 111.85 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 40 | 0 | 0.89 | 0.77 | 0.31 | 352.26 | 0.79 | 0.38 |
| Hex | AF | 14 | 28 | 0 | 59 | 4D | 1F | 160 | 4F | 26 |
| Octal | 257 | 24 | 50 | 0 | 131 | 115 | 37 | 540 | 117 | 46 |
| Binary | 10101111 | 10100 | 101000 | 0 | 1011001 | 1001101 | 11111 | 101100000 | 1001111 | 100110 |
Color Harmonies of #AF1428
Complementary color
Monochromatic Colors of #AF1428
Black with #AF1428
Text Example
Text Example
White with #AF1428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1428; }
p { color: rgb(175,20,40); }
H1.HeaderClassName
{
color: #AF1428;
}
.AnyTagClassName
{
color: #AF1428;
}
</style>
background-color css
<style>
a { background-color: #AF1428; }
a { background-color: rgb(175,20,40); }
div.DivClassName
{
background-color: #AF1428;
}
.BgClassName
{
background-color: #AF1428;
}
</style>
border-color css
<style>
span { border-color: #AF1428; }
span { border-color: rgb(175,20,40); }
td.TdClassName
{
border-color: #AF1428;
}
.TagClassName
{
border-color: #AF1428;
}
</style>