Shades of Cardinal #AF1735
Tints of Cardinal #AF1735
RGB
CMYK
RGB Variations
Color information
#AF1735 (or 0xAF1735) is known color: Cardinal. HEX triplet: AF, 17 and 35. RGB value is (175,23,53). Sum of RGB (Red+Green+Blue) = 175+23+53=251 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.72% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 53 (21.09% from 255 or 21.12% from 251); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1735 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1735 is #50E8CA. Grayscale: #474747. Windows color (decimal): -5302475 or 3479471. OLE color: 3479471.
HSL color Cylindrical-coordinate representation of color #AF1735: hue angle of 348.16º 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 #AF1735 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 23 | 53 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.31 |
| HSL | 348.16º | 0.77% | 0.39% | - |
| HSV(B) | 348.16º | 0.87% | 0.69% | - |
| XYZ | 18.63 | 9.98 | 4.31 | - |
| YUV | 71.87 | 117.36 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 23 | 53 | 0 | 0.87 | 0.70 | 0.31 | 348.16 | 0.77 | 0.39 |
| Hex | AF | 17 | 35 | 0 | 57 | 46 | 1F | 15C | 4D | 27 |
| Octal | 257 | 27 | 65 | 0 | 127 | 106 | 37 | 534 | 115 | 47 |
| Binary | 10101111 | 10111 | 110101 | 0 | 1010111 | 1000110 | 11111 | 101011100 | 1001101 | 100111 |
Color Harmonies of #AF1735
Complementary color
Monochromatic Colors of #AF1735
Black with #AF1735
Text Example
Text Example
White with #AF1735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1735; }
p { color: rgb(175,23,53); }
H1.HeaderClassName
{
color: #AF1735;
}
.AnyTagClassName
{
color: #AF1735;
}
</style>
background-color css
<style>
a { background-color: #AF1735; }
a { background-color: rgb(175,23,53); }
div.DivClassName
{
background-color: #AF1735;
}
.BgClassName
{
background-color: #AF1735;
}
</style>
border-color css
<style>
span { border-color: #AF1735; }
span { border-color: rgb(175,23,53); }
td.TdClassName
{
border-color: #AF1735;
}
.TagClassName
{
border-color: #AF1735;
}
</style>