Shades of Cardinal #AF1D3E
Tints of Cardinal #AF1D3E
RGB
CMYK
RGB Variations
Color information
#AF1D3E (or 0xAF1D3E) is known color: Cardinal. HEX triplet: AF, 1D and 3E. RGB value is (175,29,62). Sum of RGB (Red+Green+Blue) = 175+29+62=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1D3E is #50E2C1. Grayscale: #4C4C4C. Windows color (decimal): -5300930 or 4070831. OLE color: 4070831.
HSL color Cylindrical-coordinate representation of color #AF1D3E: hue angle of 346.44º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF1D3E is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 29 | 62 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.31 |
| HSL | 346.44º | 0.72% | 0.4% | - |
| HSV(B) | 346.44º | 0.83% | 0.69% | - |
| XYZ | 18.99 | 10.34 | 5.55 | - |
| YUV | 76.42 | 119.87 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 29 | 62 | 0 | 0.83 | 0.65 | 0.31 | 346.44 | 0.72 | 0.4 |
| Hex | AF | 1D | 3E | 0 | 53 | 41 | 1F | 15A | 48 | 28 |
| Octal | 257 | 35 | 76 | 0 | 123 | 101 | 37 | 532 | 110 | 50 |
| Binary | 10101111 | 11101 | 111110 | 0 | 1010011 | 1000001 | 11111 | 101011010 | 1001000 | 101000 |
Color Harmonies of #AF1D3E
Complementary color
Monochromatic Colors of #AF1D3E
Black with #AF1D3E
Text Example
Text Example
White with #AF1D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1D3E; }
p { color: rgb(175,29,62); }
H1.HeaderClassName
{
color: #AF1D3E;
}
.AnyTagClassName
{
color: #AF1D3E;
}
</style>
background-color css
<style>
a { background-color: #AF1D3E; }
a { background-color: rgb(175,29,62); }
div.DivClassName
{
background-color: #AF1D3E;
}
.BgClassName
{
background-color: #AF1D3E;
}
</style>
border-color css
<style>
span { border-color: #AF1D3E; }
span { border-color: rgb(175,29,62); }
td.TdClassName
{
border-color: #AF1D3E;
}
.TagClassName
{
border-color: #AF1D3E;
}
</style>