Shades of Cardinal #AF1841
Tints of Cardinal #AF1841
RGB
CMYK
RGB Variations
Color information
#AF1841 (or 0xAF1841) is known color: Cardinal. HEX triplet: AF, 18 and 41. RGB value is (175,24,65). Sum of RGB (Red+Green+Blue) = 175+24+65=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1841 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1841 is #50E7BE. Grayscale: #494949. Windows color (decimal): -5302207 or 4266159. OLE color: 4266159.
HSL color Cylindrical-coordinate representation of color #AF1841: hue angle of 343.71º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1841 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 24 | 65 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.31 |
| HSL | 343.71º | 0.76% | 0.39% | - |
| HSV(B) | 343.71º | 0.86% | 0.69% | - |
| XYZ | 18.96 | 10.15 | 5.96 | - |
| YUV | 73.82 | 123.03 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 65 | 0 | 0.86 | 0.63 | 0.31 | 343.71 | 0.76 | 0.39 |
| Hex | AF | 18 | 41 | 0 | 56 | 3F | 1F | 158 | 4C | 27 |
| Octal | 257 | 30 | 101 | 0 | 126 | 77 | 37 | 530 | 114 | 47 |
| Binary | 10101111 | 11000 | 1000001 | 0 | 1010110 | 111111 | 11111 | 101011000 | 1001100 | 100111 |
Color Harmonies of #AF1841
Complementary color
Monochromatic Colors of #AF1841
Black with #AF1841
Text Example
Text Example
White with #AF1841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1841; }
p { color: rgb(175,24,65); }
H1.HeaderClassName
{
color: #AF1841;
}
.AnyTagClassName
{
color: #AF1841;
}
</style>
background-color css
<style>
a { background-color: #AF1841; }
a { background-color: rgb(175,24,65); }
div.DivClassName
{
background-color: #AF1841;
}
.BgClassName
{
background-color: #AF1841;
}
</style>
border-color css
<style>
span { border-color: #AF1841; }
span { border-color: rgb(175,24,65); }
td.TdClassName
{
border-color: #AF1841;
}
.TagClassName
{
border-color: #AF1841;
}
</style>