Shades of Cardinal #AF1A41
Tints of Cardinal #AF1A41
RGB
CMYK
RGB Variations
Color information
#AF1A41 (or 0xAF1A41) is known color: Cardinal. HEX triplet: AF, 1A and 41. RGB value is (175,26,65). Sum of RGB (Red+Green+Blue) = 175+26+65=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1A41 is #50E5BE. Grayscale: #4A4A4A. Windows color (decimal): -5301695 or 4266671. OLE color: 4266671.
HSL color Cylindrical-coordinate representation of color #AF1A41: hue angle of 344.3º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1A41 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 26 | 65 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.31 |
| HSL | 344.3º | 0.74% | 0.39% | - |
| HSV(B) | 344.3º | 0.85% | 0.69% | - |
| XYZ | 19 | 10.23 | 5.97 | - |
| YUV | 75 | 122.36 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 65 | 0 | 0.85 | 0.63 | 0.31 | 344.3 | 0.74 | 0.39 |
| Hex | AF | 1A | 41 | 0 | 55 | 3F | 1F | 158 | 4A | 27 |
| Octal | 257 | 32 | 101 | 0 | 125 | 77 | 37 | 530 | 112 | 47 |
| Binary | 10101111 | 11010 | 1000001 | 0 | 1010101 | 111111 | 11111 | 101011000 | 1001010 | 100111 |
Color Harmonies of #AF1A41
Complementary color
Monochromatic Colors of #AF1A41
Black with #AF1A41
Text Example
Text Example
White with #AF1A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1A41; }
p { color: rgb(175,26,65); }
H1.HeaderClassName
{
color: #AF1A41;
}
.AnyTagClassName
{
color: #AF1A41;
}
</style>
background-color css
<style>
a { background-color: #AF1A41; }
a { background-color: rgb(175,26,65); }
div.DivClassName
{
background-color: #AF1A41;
}
.BgClassName
{
background-color: #AF1A41;
}
</style>
border-color css
<style>
span { border-color: #AF1A41; }
span { border-color: rgb(175,26,65); }
td.TdClassName
{
border-color: #AF1A41;
}
.TagClassName
{
border-color: #AF1A41;
}
</style>