Shades of Cardinal #AF213D
Tints of Cardinal #AF213D
RGB
CMYK
RGB Variations
Color information
#AF213D (or 0xAF213D) is known color: Cardinal. HEX triplet: AF, 21 and 3D. RGB value is (175,33,61). Sum of RGB (Red+Green+Blue) = 175+33+61=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF213D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF213D is #50DEC2. Grayscale: #4E4E4E. Windows color (decimal): -5299907 or 4006319. OLE color: 4006319.
HSL color Cylindrical-coordinate representation of color #AF213D: hue angle of 348.17º 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 #AF213D is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 33 | 61 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.31 |
| HSL | 348.17º | 0.68% | 0.41% | - |
| HSV(B) | 348.17º | 0.81% | 0.69% | - |
| XYZ | 19.07 | 10.54 | 5.44 | - |
| YUV | 78.65 | 118.04 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 61 | 0 | 0.81 | 0.65 | 0.31 | 348.17 | 0.68 | 0.41 |
| Hex | AF | 21 | 3D | 0 | 51 | 41 | 1F | 15C | 44 | 29 |
| Octal | 257 | 41 | 75 | 0 | 121 | 101 | 37 | 534 | 104 | 51 |
| Binary | 10101111 | 100001 | 111101 | 0 | 1010001 | 1000001 | 11111 | 101011100 | 1000100 | 101001 |
Color Harmonies of #AF213D
Complementary color
Monochromatic Colors of #AF213D
Black with #AF213D
Text Example
Text Example
White with #AF213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF213D; }
p { color: rgb(175,33,61); }
H1.HeaderClassName
{
color: #AF213D;
}
.AnyTagClassName
{
color: #AF213D;
}
</style>
background-color css
<style>
a { background-color: #AF213D; }
a { background-color: rgb(175,33,61); }
div.DivClassName
{
background-color: #AF213D;
}
.BgClassName
{
background-color: #AF213D;
}
</style>
border-color css
<style>
span { border-color: #AF213D; }
span { border-color: rgb(175,33,61); }
td.TdClassName
{
border-color: #AF213D;
}
.TagClassName
{
border-color: #AF213D;
}
</style>