Shades of Cardinal #AF223F
Tints of Cardinal #AF223F
RGB
CMYK
RGB Variations
Color information
#AF223F (or 0xAF223F) is known color: Cardinal. HEX triplet: AF, 22 and 3F. RGB value is (175,34,63). Sum of RGB (Red+Green+Blue) = 175+34+63=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF223F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF223F is #50DDC0. Grayscale: #4F4F4F. Windows color (decimal): -5299649 or 4137647. OLE color: 4137647.
HSL color Cylindrical-coordinate representation of color #AF223F: hue angle of 347.66º degrees, saturation: 0.67, 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 #AF223F is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 34 | 63 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.31 |
| HSL | 347.66º | 0.67% | 0.41% | - |
| HSV(B) | 347.66º | 0.81% | 0.69% | - |
| XYZ | 19.15 | 10.62 | 5.74 | - |
| YUV | 79.47 | 118.71 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 63 | 0 | 0.81 | 0.64 | 0.31 | 347.66 | 0.67 | 0.41 |
| Hex | AF | 22 | 3F | 0 | 51 | 40 | 1F | 15C | 43 | 29 |
| Octal | 257 | 42 | 77 | 0 | 121 | 100 | 37 | 534 | 103 | 51 |
| Binary | 10101111 | 100010 | 111111 | 0 | 1010001 | 1000000 | 11111 | 101011100 | 1000011 | 101001 |
Color Harmonies of #AF223F
Complementary color
Monochromatic Colors of #AF223F
Black with #AF223F
Text Example
Text Example
White with #AF223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF223F; }
p { color: rgb(175,34,63); }
H1.HeaderClassName
{
color: #AF223F;
}
.AnyTagClassName
{
color: #AF223F;
}
</style>
background-color css
<style>
a { background-color: #AF223F; }
a { background-color: rgb(175,34,63); }
div.DivClassName
{
background-color: #AF223F;
}
.BgClassName
{
background-color: #AF223F;
}
</style>
border-color css
<style>
span { border-color: #AF223F; }
span { border-color: rgb(175,34,63); }
td.TdClassName
{
border-color: #AF223F;
}
.TagClassName
{
border-color: #AF223F;
}
</style>