Shades of Cardinal #CD1743
Tints of Cardinal #CD1743
RGB
CMYK
RGB Variations
Color information
#CD1743 (or 0xCD1743) is known color: Cardinal. HEX triplet: CD, 17 and 43. RGB value is (205,23,67). Sum of RGB (Red+Green+Blue) = 205+23+67=295 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.49% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1743 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1743 is #32E8BC. Grayscale: #525252. Windows color (decimal): -3336381 or 4397005. OLE color: 4397005.
HSL color Cylindrical-coordinate representation of color #CD1743: hue angle of 345.49º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD1743 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 23 | 67 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.20 |
| HSL | 345.49º | 0.8% | 0.45% | - |
| HSV(B) | 345.49º | 0.89% | 0.8% | - |
| XYZ | 26.5 | 14 | 6.62 | - |
| YUV | 82.43 | 119.3 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 23 | 67 | 0 | 0.89 | 0.67 | 0.20 | 345.49 | 0.8 | 0.45 |
| Hex | CD | 17 | 43 | 0 | 59 | 43 | 14 | 159 | 50 | 2D |
| Octal | 315 | 27 | 103 | 0 | 131 | 103 | 24 | 531 | 120 | 55 |
| Binary | 11001101 | 10111 | 1000011 | 0 | 1011001 | 1000011 | 10100 | 101011001 | 1010000 | 101101 |
Color Harmonies of #CD1743
Complementary color
Monochromatic Colors of #CD1743
Black with #CD1743
Text Example
Text Example
White with #CD1743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1743; }
p { color: rgb(205,23,67); }
H1.HeaderClassName
{
color: #CD1743;
}
.AnyTagClassName
{
color: #CD1743;
}
</style>
background-color css
<style>
a { background-color: #CD1743; }
a { background-color: rgb(205,23,67); }
div.DivClassName
{
background-color: #CD1743;
}
.BgClassName
{
background-color: #CD1743;
}
</style>
border-color css
<style>
span { border-color: #CD1743; }
span { border-color: rgb(205,23,67); }
td.TdClassName
{
border-color: #CD1743;
}
.TagClassName
{
border-color: #CD1743;
}
</style>