Shades of Cardinal #CD223C
Tints of Cardinal #CD223C
RGB
CMYK
RGB Variations
Color information
#CD223C (or 0xCD223C) is known color: Cardinal. HEX triplet: CD, 22 and 3C. RGB value is (205,34,60). Sum of RGB (Red+Green+Blue) = 205+34+60=299 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.56% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 205 - color contains mainly: red. Hex color #CD223C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD223C is #32DDC3. Grayscale: #585858. Windows color (decimal): -3333572 or 3941069. OLE color: 3941069.
HSL color Cylindrical-coordinate representation of color #CD223C: hue angle of 350.88º 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 #CD223C is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 34 | 60 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.20 |
| HSL | 350.88º | 0.72% | 0.47% | - |
| HSV(B) | 350.88º | 0.83% | 0.8% | - |
| XYZ | 26.56 | 14.45 | 5.66 | - |
| YUV | 88.09 | 112.15 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 34 | 60 | 0 | 0.83 | 0.71 | 0.20 | 350.88 | 0.72 | 0.47 |
| Hex | CD | 22 | 3C | 0 | 53 | 47 | 14 | 15F | 48 | 2F |
| Octal | 315 | 42 | 74 | 0 | 123 | 107 | 24 | 537 | 110 | 57 |
| Binary | 11001101 | 100010 | 111100 | 0 | 1010011 | 1000111 | 10100 | 101011111 | 1001000 | 101111 |
Color Harmonies of #CD223C
Complementary color
Monochromatic Colors of #CD223C
Black with #CD223C
Text Example
Text Example
White with #CD223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD223C; }
p { color: rgb(205,34,60); }
H1.HeaderClassName
{
color: #CD223C;
}
.AnyTagClassName
{
color: #CD223C;
}
</style>
background-color css
<style>
a { background-color: #CD223C; }
a { background-color: rgb(205,34,60); }
div.DivClassName
{
background-color: #CD223C;
}
.BgClassName
{
background-color: #CD223C;
}
</style>
border-color css
<style>
span { border-color: #CD223C; }
span { border-color: rgb(205,34,60); }
td.TdClassName
{
border-color: #CD223C;
}
.TagClassName
{
border-color: #CD223C;
}
</style>