Shades of Cardinal #CD243D
Tints of Cardinal #CD243D
RGB
CMYK
RGB Variations
Color information
#CD243D (or 0xCD243D) is known color: Cardinal. HEX triplet: CD, 24 and 3D. RGB value is (205,36,61). Sum of RGB (Red+Green+Blue) = 205+36+61=302 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.88% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 205 - color contains mainly: red. Hex color #CD243D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD243D is #32DBC2. Grayscale: #595959. Windows color (decimal): -3333059 or 4007117. OLE color: 4007117.
HSL color Cylindrical-coordinate representation of color #CD243D: hue angle of 351.12º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD243D is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 36 | 61 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.20 |
| HSL | 351.12º | 0.7% | 0.47% | - |
| HSV(B) | 351.12º | 0.82% | 0.8% | - |
| XYZ | 26.65 | 14.58 | 5.82 | - |
| YUV | 89.38 | 111.99 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 36 | 61 | 0 | 0.82 | 0.70 | 0.20 | 351.12 | 0.7 | 0.47 |
| Hex | CD | 24 | 3D | 0 | 52 | 46 | 14 | 15F | 46 | 2F |
| Octal | 315 | 44 | 75 | 0 | 122 | 106 | 24 | 537 | 106 | 57 |
| Binary | 11001101 | 100100 | 111101 | 0 | 1010010 | 1000110 | 10100 | 101011111 | 1000110 | 101111 |
Color Harmonies of #CD243D
Complementary color
Monochromatic Colors of #CD243D
Black with #CD243D
Text Example
Text Example
White with #CD243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD243D; }
p { color: rgb(205,36,61); }
H1.HeaderClassName
{
color: #CD243D;
}
.AnyTagClassName
{
color: #CD243D;
}
</style>
background-color css
<style>
a { background-color: #CD243D; }
a { background-color: rgb(205,36,61); }
div.DivClassName
{
background-color: #CD243D;
}
.BgClassName
{
background-color: #CD243D;
}
</style>
border-color css
<style>
span { border-color: #CD243D; }
span { border-color: rgb(205,36,61); }
td.TdClassName
{
border-color: #CD243D;
}
.TagClassName
{
border-color: #CD243D;
}
</style>