Shades of Cardinal #AF2241
Tints of Cardinal #AF2241
RGB
CMYK
RGB Variations
Color information
#AF2241 (or 0xAF2241) is known color: Cardinal. HEX triplet: AF, 22 and 41. RGB value is (175,34,65). Sum of RGB (Red+Green+Blue) = 175+34+65=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2241 is #50DDBE. Grayscale: #4F4F4F. Windows color (decimal): -5299647 or 4268719. OLE color: 4268719.
HSL color Cylindrical-coordinate representation of color #AF2241: hue angle of 346.81º 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 #AF2241 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 34 | 65 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.31 |
| HSL | 346.81º | 0.67% | 0.41% | - |
| HSV(B) | 346.81º | 0.81% | 0.69% | - |
| XYZ | 19.21 | 10.64 | 6.04 | - |
| YUV | 79.69 | 119.71 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 65 | 0 | 0.81 | 0.63 | 0.31 | 346.81 | 0.67 | 0.41 |
| Hex | AF | 22 | 41 | 0 | 51 | 3F | 1F | 15B | 43 | 29 |
| Octal | 257 | 42 | 101 | 0 | 121 | 77 | 37 | 533 | 103 | 51 |
| Binary | 10101111 | 100010 | 1000001 | 0 | 1010001 | 111111 | 11111 | 101011011 | 1000011 | 101001 |
Color Harmonies of #AF2241
Complementary color
Monochromatic Colors of #AF2241
Black with #AF2241
Text Example
Text Example
White with #AF2241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2241; }
p { color: rgb(175,34,65); }
H1.HeaderClassName
{
color: #AF2241;
}
.AnyTagClassName
{
color: #AF2241;
}
</style>
background-color css
<style>
a { background-color: #AF2241; }
a { background-color: rgb(175,34,65); }
div.DivClassName
{
background-color: #AF2241;
}
.BgClassName
{
background-color: #AF2241;
}
</style>
border-color css
<style>
span { border-color: #AF2241; }
span { border-color: rgb(175,34,65); }
td.TdClassName
{
border-color: #AF2241;
}
.TagClassName
{
border-color: #AF2241;
}
</style>