Shades of Cardinal #CD162F
Tints of Cardinal #CD162F
RGB
CMYK
RGB Variations
Color information
#CD162F (or 0xCD162F) is known color: Cardinal. HEX triplet: CD, 16 and 2F. RGB value is (205,22,47). Sum of RGB (Red+Green+Blue) = 205+22+47=274 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.82% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 205 - color contains mainly: red. Hex color #CD162F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD162F is #32E9D0. Grayscale: #4F4F4F. Windows color (decimal): -3336657 or 3086029. OLE color: 3086029.
HSL color Cylindrical-coordinate representation of color #CD162F: hue angle of 351.8º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD162F is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 22 | 47 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.20 |
| HSL | 351.8º | 0.81% | 0.45% | - |
| HSV(B) | 351.8º | 0.89% | 0.8% | - |
| XYZ | 25.98 | 13.76 | 3.98 | - |
| YUV | 79.57 | 109.63 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 22 | 47 | 0 | 0.89 | 0.77 | 0.20 | 351.8 | 0.81 | 0.45 |
| Hex | CD | 16 | 2F | 0 | 59 | 4D | 14 | 160 | 51 | 2D |
| Octal | 315 | 26 | 57 | 0 | 131 | 115 | 24 | 540 | 121 | 55 |
| Binary | 11001101 | 10110 | 101111 | 0 | 1011001 | 1001101 | 10100 | 101100000 | 1010001 | 101101 |
Color Harmonies of #CD162F
Complementary color
Monochromatic Colors of #CD162F
Black with #CD162F
Text Example
Text Example
White with #CD162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD162F; }
p { color: rgb(205,22,47); }
H1.HeaderClassName
{
color: #CD162F;
}
.AnyTagClassName
{
color: #CD162F;
}
</style>
background-color css
<style>
a { background-color: #CD162F; }
a { background-color: rgb(205,22,47); }
div.DivClassName
{
background-color: #CD162F;
}
.BgClassName
{
background-color: #CD162F;
}
</style>
border-color css
<style>
span { border-color: #CD162F; }
span { border-color: rgb(205,22,47); }
td.TdClassName
{
border-color: #CD162F;
}
.TagClassName
{
border-color: #CD162F;
}
</style>