Shades of Cardinal #AF1733
Tints of Cardinal #AF1733
RGB
CMYK
RGB Variations
Color information
#AF1733 (or 0xAF1733) is known color: Cardinal. HEX triplet: AF, 17 and 33. RGB value is (175,23,51). Sum of RGB (Red+Green+Blue) = 175+23+51=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 51 (20.31% from 255 or 20.48% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1733 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1733 is #50E8CC. Grayscale: #474747. Windows color (decimal): -5302477 or 3348399. OLE color: 3348399.
HSL color Cylindrical-coordinate representation of color #AF1733: hue angle of 348.95º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1733 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 23 | 51 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.31 |
| HSL | 348.95º | 0.77% | 0.39% | - |
| HSV(B) | 348.95º | 0.87% | 0.69% | - |
| XYZ | 18.58 | 9.97 | 4.08 | - |
| YUV | 71.64 | 116.36 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 23 | 51 | 0 | 0.87 | 0.71 | 0.31 | 348.95 | 0.77 | 0.39 |
| Hex | AF | 17 | 33 | 0 | 57 | 47 | 1F | 15D | 4D | 27 |
| Octal | 257 | 27 | 63 | 0 | 127 | 107 | 37 | 535 | 115 | 47 |
| Binary | 10101111 | 10111 | 110011 | 0 | 1010111 | 1000111 | 11111 | 101011101 | 1001101 | 100111 |
Color Harmonies of #AF1733
Complementary color
Monochromatic Colors of #AF1733
Black with #AF1733
Text Example
Text Example
White with #AF1733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1733; }
p { color: rgb(175,23,51); }
H1.HeaderClassName
{
color: #AF1733;
}
.AnyTagClassName
{
color: #AF1733;
}
</style>
background-color css
<style>
a { background-color: #AF1733; }
a { background-color: rgb(175,23,51); }
div.DivClassName
{
background-color: #AF1733;
}
.BgClassName
{
background-color: #AF1733;
}
</style>
border-color css
<style>
span { border-color: #AF1733; }
span { border-color: rgb(175,23,51); }
td.TdClassName
{
border-color: #AF1733;
}
.TagClassName
{
border-color: #AF1733;
}
</style>