Shades of Cardinal #AF212D
Tints of Cardinal #AF212D
RGB
CMYK
RGB Variations
Color information
#AF212D (or 0xAF212D) is known color: Cardinal. HEX triplet: AF, 21 and 2D. RGB value is (175,33,45). Sum of RGB (Red+Green+Blue) = 175+33+45=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF212D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF212D is #50DED2. Grayscale: #4C4C4C. Windows color (decimal): -5299923 or 2957743. OLE color: 2957743.
HSL color Cylindrical-coordinate representation of color #AF212D: hue angle of 354.93º 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 #AF212D is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 33 | 45 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.31 |
| HSL | 354.93º | 0.68% | 0.41% | - |
| HSV(B) | 354.93º | 0.81% | 0.69% | - |
| XYZ | 18.7 | 10.39 | 3.5 | - |
| YUV | 76.83 | 110.04 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 45 | 0 | 0.81 | 0.74 | 0.31 | 354.93 | 0.68 | 0.41 |
| Hex | AF | 21 | 2D | 0 | 51 | 4A | 1F | 163 | 44 | 29 |
| Octal | 257 | 41 | 55 | 0 | 121 | 112 | 37 | 543 | 104 | 51 |
| Binary | 10101111 | 100001 | 101101 | 0 | 1010001 | 1001010 | 11111 | 101100011 | 1000100 | 101001 |
Color Harmonies of #AF212D
Complementary color
Monochromatic Colors of #AF212D
Black with #AF212D
Text Example
Text Example
White with #AF212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF212D; }
p { color: rgb(175,33,45); }
H1.HeaderClassName
{
color: #AF212D;
}
.AnyTagClassName
{
color: #AF212D;
}
</style>
background-color css
<style>
a { background-color: #AF212D; }
a { background-color: rgb(175,33,45); }
div.DivClassName
{
background-color: #AF212D;
}
.BgClassName
{
background-color: #AF212D;
}
</style>
border-color css
<style>
span { border-color: #AF212D; }
span { border-color: rgb(175,33,45); }
td.TdClassName
{
border-color: #AF212D;
}
.TagClassName
{
border-color: #AF212D;
}
</style>