Shades of Cardinal #CD184B
Tints of Cardinal #CD184B
RGB
CMYK
RGB Variations
Color information
#CD184B (or 0xCD184B) is known color: Cardinal. HEX triplet: CD, 18 and 4B. RGB value is (205,24,75). Sum of RGB (Red+Green+Blue) = 205+24+75=304 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.43% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 205 - color contains mainly: red. Hex color #CD184B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD184B is #32E7B4. Grayscale: #535353. Windows color (decimal): -3336117 or 4921549. OLE color: 4921549.
HSL color Cylindrical-coordinate representation of color #CD184B: hue angle of 343.09º 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 #CD184B is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 24 | 75 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.20 |
| HSL | 343.09º | 0.79% | 0.45% | - |
| HSV(B) | 343.09º | 0.88% | 0.8% | - |
| XYZ | 26.77 | 14.14 | 7.97 | - |
| YUV | 83.93 | 122.97 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 24 | 75 | 0 | 0.88 | 0.63 | 0.20 | 343.09 | 0.79 | 0.45 |
| Hex | CD | 18 | 4B | 0 | 58 | 3F | 14 | 157 | 4F | 2D |
| Octal | 315 | 30 | 113 | 0 | 130 | 77 | 24 | 527 | 117 | 55 |
| Binary | 11001101 | 11000 | 1001011 | 0 | 1011000 | 111111 | 10100 | 101010111 | 1001111 | 101101 |
Color Harmonies of #CD184B
Complementary color
Monochromatic Colors of #CD184B
Black with #CD184B
Text Example
Text Example
White with #CD184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD184B; }
p { color: rgb(205,24,75); }
H1.HeaderClassName
{
color: #CD184B;
}
.AnyTagClassName
{
color: #CD184B;
}
</style>
background-color css
<style>
a { background-color: #CD184B; }
a { background-color: rgb(205,24,75); }
div.DivClassName
{
background-color: #CD184B;
}
.BgClassName
{
background-color: #CD184B;
}
</style>
border-color css
<style>
span { border-color: #CD184B; }
span { border-color: rgb(205,24,75); }
td.TdClassName
{
border-color: #CD184B;
}
.TagClassName
{
border-color: #CD184B;
}
</style>