Shades of Cardinal #CD2242
Tints of Cardinal #CD2242
RGB
CMYK
RGB Variations
Color information
#CD2242 (or 0xCD2242) is known color: Cardinal. HEX triplet: CD, 22 and 42. RGB value is (205,34,66). Sum of RGB (Red+Green+Blue) = 205+34+66=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2242 is #32DDBD. Grayscale: #585858. Windows color (decimal): -3333566 or 4334285. OLE color: 4334285.
HSL color Cylindrical-coordinate representation of color #CD2242: hue angle of 348.77º 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 #CD2242 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 34 | 66 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.20 |
| HSL | 348.77º | 0.72% | 0.47% | - |
| HSV(B) | 348.77º | 0.83% | 0.8% | - |
| XYZ | 26.73 | 14.52 | 6.55 | - |
| YUV | 88.78 | 115.15 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 34 | 66 | 0 | 0.83 | 0.68 | 0.20 | 348.77 | 0.72 | 0.47 |
| Hex | CD | 22 | 42 | 0 | 53 | 44 | 14 | 15D | 48 | 2F |
| Octal | 315 | 42 | 102 | 0 | 123 | 104 | 24 | 535 | 110 | 57 |
| Binary | 11001101 | 100010 | 1000010 | 0 | 1010011 | 1000100 | 10100 | 101011101 | 1001000 | 101111 |
Color Harmonies of #CD2242
Complementary color
Monochromatic Colors of #CD2242
Black with #CD2242
Text Example
Text Example
White with #CD2242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2242; }
p { color: rgb(205,34,66); }
H1.HeaderClassName
{
color: #CD2242;
}
.AnyTagClassName
{
color: #CD2242;
}
</style>
background-color css
<style>
a { background-color: #CD2242; }
a { background-color: rgb(205,34,66); }
div.DivClassName
{
background-color: #CD2242;
}
.BgClassName
{
background-color: #CD2242;
}
</style>
border-color css
<style>
span { border-color: #CD2242; }
span { border-color: rgb(205,34,66); }
td.TdClassName
{
border-color: #CD2242;
}
.TagClassName
{
border-color: #CD2242;
}
</style>