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