Shades of Cardinal #AF0E31
Tints of Cardinal #AF0E31
RGB
CMYK
RGB Variations
Color information
#AF0E31 (or 0xAF0E31) is known color: Cardinal. HEX triplet: AF, 0E and 31. RGB value is (175,14,49). Sum of RGB (Red+Green+Blue) = 175+14+49=238 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.53% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0E31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0E31 is #50F1CE. Grayscale: #424242. Windows color (decimal): -5304783 or 3215023. OLE color: 3215023.
HSL color Cylindrical-coordinate representation of color #AF0E31: hue angle of 346.96º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF0E31 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 14 | 49 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.31 |
| HSL | 346.96º | 0.85% | 0.37% | - |
| HSV(B) | 346.96º | 0.92% | 0.69% | - |
| XYZ | 18.39 | 9.65 | 3.8 | - |
| YUV | 66.13 | 118.34 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 14 | 49 | 0 | 0.92 | 0.72 | 0.31 | 346.96 | 0.85 | 0.37 |
| Hex | AF | E | 31 | 0 | 5C | 48 | 1F | 15B | 55 | 25 |
| Octal | 257 | 16 | 61 | 0 | 134 | 110 | 37 | 533 | 125 | 45 |
| Binary | 10101111 | 1110 | 110001 | 0 | 1011100 | 1001000 | 11111 | 101011011 | 1010101 | 100101 |
Color Harmonies of #AF0E31
Complementary color
Monochromatic Colors of #AF0E31
Black with #AF0E31
Text Example
Text Example
White with #AF0E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0E31; }
p { color: rgb(175,14,49); }
H1.HeaderClassName
{
color: #AF0E31;
}
.AnyTagClassName
{
color: #AF0E31;
}
</style>
background-color css
<style>
a { background-color: #AF0E31; }
a { background-color: rgb(175,14,49); }
div.DivClassName
{
background-color: #AF0E31;
}
.BgClassName
{
background-color: #AF0E31;
}
</style>
border-color css
<style>
span { border-color: #AF0E31; }
span { border-color: rgb(175,14,49); }
td.TdClassName
{
border-color: #AF0E31;
}
.TagClassName
{
border-color: #AF0E31;
}
</style>