Shades of Cardinal #AF2133
Tints of Cardinal #AF2133
RGB
CMYK
RGB Variations
Color information
#AF2133 (or 0xAF2133) is known color: Cardinal. HEX triplet: AF, 21 and 33. RGB value is (175,33,51). Sum of RGB (Red+Green+Blue) = 175+33+51=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 51 (20.31% from 255 or 19.69% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2133 is #50DECC. Grayscale: #4D4D4D. Windows color (decimal): -5299917 or 3350959. OLE color: 3350959.
HSL color Cylindrical-coordinate representation of color #AF2133: hue angle of 352.39º degrees, saturation: 0.68, 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 #AF2133 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 33 | 51 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.31 |
| HSL | 352.39º | 0.68% | 0.41% | - |
| HSV(B) | 352.39º | 0.81% | 0.69% | - |
| XYZ | 18.82 | 10.44 | 4.16 | - |
| YUV | 77.51 | 113.04 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 51 | 0 | 0.81 | 0.71 | 0.31 | 352.39 | 0.68 | 0.41 |
| Hex | AF | 21 | 33 | 0 | 51 | 47 | 1F | 160 | 44 | 29 |
| Octal | 257 | 41 | 63 | 0 | 121 | 107 | 37 | 540 | 104 | 51 |
| Binary | 10101111 | 100001 | 110011 | 0 | 1010001 | 1000111 | 11111 | 101100000 | 1000100 | 101001 |
Color Harmonies of #AF2133
Complementary color
Monochromatic Colors of #AF2133
Black with #AF2133
Text Example
Text Example
White with #AF2133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2133; }
p { color: rgb(175,33,51); }
H1.HeaderClassName
{
color: #AF2133;
}
.AnyTagClassName
{
color: #AF2133;
}
</style>
background-color css
<style>
a { background-color: #AF2133; }
a { background-color: rgb(175,33,51); }
div.DivClassName
{
background-color: #AF2133;
}
.BgClassName
{
background-color: #AF2133;
}
</style>
border-color css
<style>
span { border-color: #AF2133; }
span { border-color: rgb(175,33,51); }
td.TdClassName
{
border-color: #AF2133;
}
.TagClassName
{
border-color: #AF2133;
}
</style>