Shades of Cardinal #AF2431
Tints of Cardinal #AF2431
RGB
CMYK
RGB Variations
Color information
#AF2431 (or 0xAF2431) is known color: Cardinal. HEX triplet: AF, 24 and 31. RGB value is (175,36,49). Sum of RGB (Red+Green+Blue) = 175+36+49=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2431 is #50DBCE. Grayscale: #4F4F4F. Windows color (decimal): -5299151 or 3220655. OLE color: 3220655.
HSL color Cylindrical-coordinate representation of color #AF2431: hue angle of 354.39º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2431 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 36 | 49 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.31 |
| HSL | 354.39º | 0.66% | 0.41% | - |
| HSV(B) | 354.39º | 0.79% | 0.69% | - |
| XYZ | 18.86 | 10.6 | 3.96 | - |
| YUV | 79.04 | 111.05 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 49 | 0 | 0.79 | 0.72 | 0.31 | 354.39 | 0.66 | 0.41 |
| Hex | AF | 24 | 31 | 0 | 4F | 48 | 1F | 162 | 42 | 29 |
| Octal | 257 | 44 | 61 | 0 | 117 | 110 | 37 | 542 | 102 | 51 |
| Binary | 10101111 | 100100 | 110001 | 0 | 1001111 | 1001000 | 11111 | 101100010 | 1000010 | 101001 |
Color Harmonies of #AF2431
Complementary color
Monochromatic Colors of #AF2431
Black with #AF2431
Text Example
Text Example
White with #AF2431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2431; }
p { color: rgb(175,36,49); }
H1.HeaderClassName
{
color: #AF2431;
}
.AnyTagClassName
{
color: #AF2431;
}
</style>
background-color css
<style>
a { background-color: #AF2431; }
a { background-color: rgb(175,36,49); }
div.DivClassName
{
background-color: #AF2431;
}
.BgClassName
{
background-color: #AF2431;
}
</style>
border-color css
<style>
span { border-color: #AF2431; }
span { border-color: rgb(175,36,49); }
td.TdClassName
{
border-color: #AF2431;
}
.TagClassName
{
border-color: #AF2431;
}
</style>