Shades of Cardinal #AF0E41
Tints of Cardinal #AF0E41
RGB
CMYK
RGB Variations
Color information
#AF0E41 (or 0xAF0E41) is known color: Cardinal. HEX triplet: AF, 0E and 41. RGB value is (175,14,65). Sum of RGB (Red+Green+Blue) = 175+14+65=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0E41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0E41 is #50F1BE. Grayscale: #434343. Windows color (decimal): -5304767 or 4263599. OLE color: 4263599.
HSL color Cylindrical-coordinate representation of color #AF0E41: hue angle of 340.99º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF0E41 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 14 | 65 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.31 |
| HSL | 340.99º | 0.85% | 0.37% | - |
| HSV(B) | 340.99º | 0.92% | 0.69% | - |
| XYZ | 18.79 | 9.81 | 5.9 | - |
| YUV | 67.95 | 126.34 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 14 | 65 | 0 | 0.92 | 0.63 | 0.31 | 340.99 | 0.85 | 0.37 |
| Hex | AF | E | 41 | 0 | 5C | 3F | 1F | 155 | 55 | 25 |
| Octal | 257 | 16 | 101 | 0 | 134 | 77 | 37 | 525 | 125 | 45 |
| Binary | 10101111 | 1110 | 1000001 | 0 | 1011100 | 111111 | 11111 | 101010101 | 1010101 | 100101 |
Color Harmonies of #AF0E41
Complementary color
Monochromatic Colors of #AF0E41
Black with #AF0E41
Text Example
Text Example
White with #AF0E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0E41; }
p { color: rgb(175,14,65); }
H1.HeaderClassName
{
color: #AF0E41;
}
.AnyTagClassName
{
color: #AF0E41;
}
</style>
background-color css
<style>
a { background-color: #AF0E41; }
a { background-color: rgb(175,14,65); }
div.DivClassName
{
background-color: #AF0E41;
}
.BgClassName
{
background-color: #AF0E41;
}
</style>
border-color css
<style>
span { border-color: #AF0E41; }
span { border-color: rgb(175,14,65); }
td.TdClassName
{
border-color: #AF0E41;
}
.TagClassName
{
border-color: #AF0E41;
}
</style>