Shades of Cardinal #CD1741
Tints of Cardinal #CD1741
RGB
CMYK
RGB Variations
Color information
#CD1741 (or 0xCD1741) is known color: Cardinal. HEX triplet: CD, 17 and 41. RGB value is (205,23,65). Sum of RGB (Red+Green+Blue) = 205+23+65=293 (38% of max value = 765). Red value is 205 (80.47% from 255 or 69.97% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1741 is #32E8BE. Grayscale: #525252. Windows color (decimal): -3336383 or 4265933. OLE color: 4265933.
HSL color Cylindrical-coordinate representation of color #CD1741: hue angle of 346.15º 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 #CD1741 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 23 | 65 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.20 |
| HSL | 346.15º | 0.8% | 0.45% | - |
| HSV(B) | 346.15º | 0.89% | 0.8% | - |
| XYZ | 26.44 | 13.97 | 6.3 | - |
| YUV | 82.21 | 118.3 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 23 | 65 | 0 | 0.89 | 0.68 | 0.20 | 346.15 | 0.8 | 0.45 |
| Hex | CD | 17 | 41 | 0 | 59 | 44 | 14 | 15A | 50 | 2D |
| Octal | 315 | 27 | 101 | 0 | 131 | 104 | 24 | 532 | 120 | 55 |
| Binary | 11001101 | 10111 | 1000001 | 0 | 1011001 | 1000100 | 10100 | 101011010 | 1010000 | 101101 |
Color Harmonies of #CD1741
Complementary color
Monochromatic Colors of #CD1741
Black with #CD1741
Text Example
Text Example
White with #CD1741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1741; }
p { color: rgb(205,23,65); }
H1.HeaderClassName
{
color: #CD1741;
}
.AnyTagClassName
{
color: #CD1741;
}
</style>
background-color css
<style>
a { background-color: #CD1741; }
a { background-color: rgb(205,23,65); }
div.DivClassName
{
background-color: #CD1741;
}
.BgClassName
{
background-color: #CD1741;
}
</style>
border-color css
<style>
span { border-color: #CD1741; }
span { border-color: rgb(205,23,65); }
td.TdClassName
{
border-color: #CD1741;
}
.TagClassName
{
border-color: #CD1741;
}
</style>