Shades of Cardinal #CD2144
Tints of Cardinal #CD2144
RGB
CMYK
RGB Variations
Color information
#CD2144 (or 0xCD2144) is known color: Cardinal. HEX triplet: CD, 21 and 44. RGB value is (205,33,68). Sum of RGB (Red+Green+Blue) = 205+33+68=306 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.99% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2144 is #32DEBB. Grayscale: #585858. Windows color (decimal): -3333820 or 4465101. OLE color: 4465101.
HSL color Cylindrical-coordinate representation of color #CD2144: hue angle of 347.79º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD2144 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 33 | 68 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.20 |
| HSL | 347.79º | 0.72% | 0.47% | - |
| HSV(B) | 347.79º | 0.84% | 0.8% | - |
| XYZ | 26.76 | 14.48 | 6.85 | - |
| YUV | 88.42 | 116.48 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 33 | 68 | 0 | 0.84 | 0.67 | 0.20 | 347.79 | 0.72 | 0.47 |
| Hex | CD | 21 | 44 | 0 | 54 | 43 | 14 | 15C | 48 | 2F |
| Octal | 315 | 41 | 104 | 0 | 124 | 103 | 24 | 534 | 110 | 57 |
| Binary | 11001101 | 100001 | 1000100 | 0 | 1010100 | 1000011 | 10100 | 101011100 | 1001000 | 101111 |
Color Harmonies of #CD2144
Complementary color
Monochromatic Colors of #CD2144
Black with #CD2144
Text Example
Text Example
White with #CD2144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2144; }
p { color: rgb(205,33,68); }
H1.HeaderClassName
{
color: #CD2144;
}
.AnyTagClassName
{
color: #CD2144;
}
</style>
background-color css
<style>
a { background-color: #CD2144; }
a { background-color: rgb(205,33,68); }
div.DivClassName
{
background-color: #CD2144;
}
.BgClassName
{
background-color: #CD2144;
}
</style>
border-color css
<style>
span { border-color: #CD2144; }
span { border-color: rgb(205,33,68); }
td.TdClassName
{
border-color: #CD2144;
}
.TagClassName
{
border-color: #CD2144;
}
</style>