Shades of Cardinal #AF2131
Tints of Cardinal #AF2131
RGB
CMYK
RGB Variations
Color information
#AF2131 (or 0xAF2131) is known color: Cardinal. HEX triplet: AF, 21 and 31. RGB value is (175,33,49). Sum of RGB (Red+Green+Blue) = 175+33+49=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2131 is #50DECE. Grayscale: #4D4D4D. Windows color (decimal): -5299919 or 3219887. OLE color: 3219887.
HSL color Cylindrical-coordinate representation of color #AF2131: hue angle of 353.24º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2131 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 33 | 49 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.31 |
| HSL | 353.24º | 0.68% | 0.41% | - |
| HSV(B) | 353.24º | 0.81% | 0.69% | - |
| XYZ | 18.78 | 10.42 | 3.93 | - |
| YUV | 77.28 | 112.04 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 49 | 0 | 0.81 | 0.72 | 0.31 | 353.24 | 0.68 | 0.41 |
| Hex | AF | 21 | 31 | 0 | 51 | 48 | 1F | 161 | 44 | 29 |
| Octal | 257 | 41 | 61 | 0 | 121 | 110 | 37 | 541 | 104 | 51 |
| Binary | 10101111 | 100001 | 110001 | 0 | 1010001 | 1001000 | 11111 | 101100001 | 1000100 | 101001 |
Color Harmonies of #AF2131
Complementary color
Monochromatic Colors of #AF2131
Black with #AF2131
Text Example
Text Example
White with #AF2131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2131; }
p { color: rgb(175,33,49); }
H1.HeaderClassName
{
color: #AF2131;
}
.AnyTagClassName
{
color: #AF2131;
}
</style>
background-color css
<style>
a { background-color: #AF2131; }
a { background-color: rgb(175,33,49); }
div.DivClassName
{
background-color: #AF2131;
}
.BgClassName
{
background-color: #AF2131;
}
</style>
border-color css
<style>
span { border-color: #AF2131; }
span { border-color: rgb(175,33,49); }
td.TdClassName
{
border-color: #AF2131;
}
.TagClassName
{
border-color: #AF2131;
}
</style>