Shades of Cardinal #CD153A
Tints of Cardinal #CD153A
RGB
CMYK
RGB Variations
Color information
#CD153A (or 0xCD153A) is known color: Cardinal. HEX triplet: CD, 15 and 3A. RGB value is (205,21,58). Sum of RGB (Red+Green+Blue) = 205+21+58=284 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.18% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 205 - color contains mainly: red. Hex color #CD153A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD153A is #32EAC5. Grayscale: #505050. Windows color (decimal): -3336902 or 3806669. OLE color: 3806669.
HSL color Cylindrical-coordinate representation of color #CD153A: hue angle of 347.93º 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 #CD153A is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 21 | 58 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.20 |
| HSL | 347.93º | 0.81% | 0.44% | - |
| HSV(B) | 347.93º | 0.9% | 0.8% | - |
| XYZ | 26.21 | 13.82 | 5.29 | - |
| YUV | 80.23 | 115.46 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 21 | 58 | 0 | 0.90 | 0.72 | 0.20 | 347.93 | 0.81 | 0.44 |
| Hex | CD | 15 | 3A | 0 | 5A | 48 | 14 | 15C | 51 | 2C |
| Octal | 315 | 25 | 72 | 0 | 132 | 110 | 24 | 534 | 121 | 54 |
| Binary | 11001101 | 10101 | 111010 | 0 | 1011010 | 1001000 | 10100 | 101011100 | 1010001 | 101100 |
Color Harmonies of #CD153A
Complementary color
Monochromatic Colors of #CD153A
Black with #CD153A
Text Example
Text Example
White with #CD153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD153A; }
p { color: rgb(205,21,58); }
H1.HeaderClassName
{
color: #CD153A;
}
.AnyTagClassName
{
color: #CD153A;
}
</style>
background-color css
<style>
a { background-color: #CD153A; }
a { background-color: rgb(205,21,58); }
div.DivClassName
{
background-color: #CD153A;
}
.BgClassName
{
background-color: #CD153A;
}
</style>
border-color css
<style>
span { border-color: #CD153A; }
span { border-color: rgb(205,21,58); }
td.TdClassName
{
border-color: #CD153A;
}
.TagClassName
{
border-color: #CD153A;
}
</style>