Shades of Cardinal #CD153D
Tints of Cardinal #CD153D
RGB
CMYK
RGB Variations
Color information
#CD153D (or 0xCD153D) is known color: Cardinal. HEX triplet: CD, 15 and 3D. RGB value is (205,21,61). Sum of RGB (Red+Green+Blue) = 205+21+61=287 (38% of max value = 765). Red value is 205 (80.47% from 255 or 71.43% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 205 - color contains mainly: red. Hex color #CD153D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD153D is #32EAC2. Grayscale: #505050. Windows color (decimal): -3336899 or 4003277. OLE color: 4003277.
HSL color Cylindrical-coordinate representation of color #CD153D: hue angle of 346.96º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD153D is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 21 | 61 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.20 |
| HSL | 346.96º | 0.81% | 0.44% | - |
| HSV(B) | 346.96º | 0.9% | 0.8% | - |
| XYZ | 26.29 | 13.85 | 5.7 | - |
| YUV | 80.58 | 116.96 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 21 | 61 | 0 | 0.90 | 0.70 | 0.20 | 346.96 | 0.81 | 0.44 |
| Hex | CD | 15 | 3D | 0 | 5A | 46 | 14 | 15B | 51 | 2C |
| Octal | 315 | 25 | 75 | 0 | 132 | 106 | 24 | 533 | 121 | 54 |
| Binary | 11001101 | 10101 | 111101 | 0 | 1011010 | 1000110 | 10100 | 101011011 | 1010001 | 101100 |
Color Harmonies of #CD153D
Complementary color
Monochromatic Colors of #CD153D
Black with #CD153D
Text Example
Text Example
White with #CD153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD153D; }
p { color: rgb(205,21,61); }
H1.HeaderClassName
{
color: #CD153D;
}
.AnyTagClassName
{
color: #CD153D;
}
</style>
background-color css
<style>
a { background-color: #CD153D; }
a { background-color: rgb(205,21,61); }
div.DivClassName
{
background-color: #CD153D;
}
.BgClassName
{
background-color: #CD153D;
}
</style>
border-color css
<style>
span { border-color: #CD153D; }
span { border-color: rgb(205,21,61); }
td.TdClassName
{
border-color: #CD153D;
}
.TagClassName
{
border-color: #CD153D;
}
</style>