Shades of Cardinal #CD184D
Tints of Cardinal #CD184D
RGB
CMYK
RGB Variations
Color information
#CD184D (or 0xCD184D) is known color: Cardinal. HEX triplet: CD, 18 and 4D. RGB value is (205,24,77). Sum of RGB (Red+Green+Blue) = 205+24+77=306 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.99% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 205 - color contains mainly: red. Hex color #CD184D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD184D is #32E7B2. Grayscale: #545454. Windows color (decimal): -3336115 or 5052621. OLE color: 5052621.
HSL color Cylindrical-coordinate representation of color #CD184D: hue angle of 342.43º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD184D is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 24 | 77 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.20 |
| HSL | 342.43º | 0.79% | 0.45% | - |
| HSV(B) | 342.43º | 0.88% | 0.8% | - |
| XYZ | 26.84 | 14.17 | 8.34 | - |
| YUV | 84.16 | 123.97 | 214.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 24 | 77 | 0 | 0.88 | 0.62 | 0.20 | 342.43 | 0.79 | 0.45 |
| Hex | CD | 18 | 4D | 0 | 58 | 3E | 14 | 156 | 4F | 2D |
| Octal | 315 | 30 | 115 | 0 | 130 | 76 | 24 | 526 | 117 | 55 |
| Binary | 11001101 | 11000 | 1001101 | 0 | 1011000 | 111110 | 10100 | 101010110 | 1001111 | 101101 |
Color Harmonies of #CD184D
Complementary color
Monochromatic Colors of #CD184D
Black with #CD184D
Text Example
Text Example
White with #CD184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD184D; }
p { color: rgb(205,24,77); }
H1.HeaderClassName
{
color: #CD184D;
}
.AnyTagClassName
{
color: #CD184D;
}
</style>
background-color css
<style>
a { background-color: #CD184D; }
a { background-color: rgb(205,24,77); }
div.DivClassName
{
background-color: #CD184D;
}
.BgClassName
{
background-color: #CD184D;
}
</style>
border-color css
<style>
span { border-color: #CD184D; }
span { border-color: rgb(205,24,77); }
td.TdClassName
{
border-color: #CD184D;
}
.TagClassName
{
border-color: #CD184D;
}
</style>