Shades of Cardinal #CD2243
Tints of Cardinal #CD2243
RGB
CMYK
RGB Variations
Color information
#CD2243 (or 0xCD2243) is known color: Cardinal. HEX triplet: CD, 22 and 43. RGB value is (205,34,67). Sum of RGB (Red+Green+Blue) = 205+34+67=306 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.99% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2243 is #32DDBC. Grayscale: #585858. Windows color (decimal): -3333565 or 4399821. OLE color: 4399821.
HSL color Cylindrical-coordinate representation of color #CD2243: hue angle of 348.42º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD2243 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 34 | 67 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.20 |
| HSL | 348.42º | 0.72% | 0.47% | - |
| HSV(B) | 348.42º | 0.83% | 0.8% | - |
| XYZ | 26.76 | 14.53 | 6.7 | - |
| YUV | 88.89 | 115.65 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 34 | 67 | 0 | 0.83 | 0.67 | 0.20 | 348.42 | 0.72 | 0.47 |
| Hex | CD | 22 | 43 | 0 | 53 | 43 | 14 | 15C | 48 | 2F |
| Octal | 315 | 42 | 103 | 0 | 123 | 103 | 24 | 534 | 110 | 57 |
| Binary | 11001101 | 100010 | 1000011 | 0 | 1010011 | 1000011 | 10100 | 101011100 | 1001000 | 101111 |
Color Harmonies of #CD2243
Complementary color
Monochromatic Colors of #CD2243
Black with #CD2243
Text Example
Text Example
White with #CD2243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2243; }
p { color: rgb(205,34,67); }
H1.HeaderClassName
{
color: #CD2243;
}
.AnyTagClassName
{
color: #CD2243;
}
</style>
background-color css
<style>
a { background-color: #CD2243; }
a { background-color: rgb(205,34,67); }
div.DivClassName
{
background-color: #CD2243;
}
.BgClassName
{
background-color: #CD2243;
}
</style>
border-color css
<style>
span { border-color: #CD2243; }
span { border-color: rgb(205,34,67); }
td.TdClassName
{
border-color: #CD2243;
}
.TagClassName
{
border-color: #CD2243;
}
</style>