Shades of Cardinal #AF1935
Tints of Cardinal #AF1935
RGB
CMYK
RGB Variations
Color information
#AF1935 (or 0xAF1935) is known color: Cardinal. HEX triplet: AF, 19 and 35. RGB value is (175,25,53). Sum of RGB (Red+Green+Blue) = 175+25+53=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1935 is #50E6CA. Grayscale: #494949. Windows color (decimal): -5301963 or 3479983. OLE color: 3479983.
HSL color Cylindrical-coordinate representation of color #AF1935: hue angle of 348.8º degrees, saturation: 0.75, 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 #AF1935 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 25 | 53 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.31 |
| HSL | 348.8º | 0.75% | 0.39% | - |
| HSV(B) | 348.8º | 0.86% | 0.69% | - |
| XYZ | 18.67 | 10.07 | 4.33 | - |
| YUV | 73.04 | 116.7 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 53 | 0 | 0.86 | 0.70 | 0.31 | 348.8 | 0.75 | 0.39 |
| Hex | AF | 19 | 35 | 0 | 56 | 46 | 1F | 15D | 4B | 27 |
| Octal | 257 | 31 | 65 | 0 | 126 | 106 | 37 | 535 | 113 | 47 |
| Binary | 10101111 | 11001 | 110101 | 0 | 1010110 | 1000110 | 11111 | 101011101 | 1001011 | 100111 |
Color Harmonies of #AF1935
Complementary color
Monochromatic Colors of #AF1935
Black with #AF1935
Text Example
Text Example
White with #AF1935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1935; }
p { color: rgb(175,25,53); }
H1.HeaderClassName
{
color: #AF1935;
}
.AnyTagClassName
{
color: #AF1935;
}
</style>
background-color css
<style>
a { background-color: #AF1935; }
a { background-color: rgb(175,25,53); }
div.DivClassName
{
background-color: #AF1935;
}
.BgClassName
{
background-color: #AF1935;
}
</style>
border-color css
<style>
span { border-color: #AF1935; }
span { border-color: rgb(175,25,53); }
td.TdClassName
{
border-color: #AF1935;
}
.TagClassName
{
border-color: #AF1935;
}
</style>