Shades of Cardinal #CD1C43
Tints of Cardinal #CD1C43
RGB
CMYK
RGB Variations
Color information
#CD1C43 (or 0xCD1C43) is known color: Cardinal. HEX triplet: CD, 1C and 43. RGB value is (205,28,67). Sum of RGB (Red+Green+Blue) = 205+28+67=300 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.33% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD1C43 is #32E3BC. Grayscale: #555555. Windows color (decimal): -3335101 or 4398285. OLE color: 4398285.
HSL color Cylindrical-coordinate representation of color #CD1C43: hue angle of 346.78º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD1C43 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 28 | 67 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.20 |
| HSL | 346.78º | 0.76% | 0.46% | - |
| HSV(B) | 346.78º | 0.86% | 0.8% | - |
| XYZ | 26.61 | 14.21 | 6.65 | - |
| YUV | 85.37 | 117.64 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 28 | 67 | 0 | 0.86 | 0.67 | 0.20 | 346.78 | 0.76 | 0.46 |
| Hex | CD | 1C | 43 | 0 | 56 | 43 | 14 | 15B | 4C | 2E |
| Octal | 315 | 34 | 103 | 0 | 126 | 103 | 24 | 533 | 114 | 56 |
| Binary | 11001101 | 11100 | 1000011 | 0 | 1010110 | 1000011 | 10100 | 101011011 | 1001100 | 101110 |
Color Harmonies of #CD1C43
Complementary color
Monochromatic Colors of #CD1C43
Black with #CD1C43
Text Example
Text Example
White with #CD1C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1C43; }
p { color: rgb(205,28,67); }
H1.HeaderClassName
{
color: #CD1C43;
}
.AnyTagClassName
{
color: #CD1C43;
}
</style>
background-color css
<style>
a { background-color: #CD1C43; }
a { background-color: rgb(205,28,67); }
div.DivClassName
{
background-color: #CD1C43;
}
.BgClassName
{
background-color: #CD1C43;
}
</style>
border-color css
<style>
span { border-color: #CD1C43; }
span { border-color: rgb(205,28,67); }
td.TdClassName
{
border-color: #CD1C43;
}
.TagClassName
{
border-color: #CD1C43;
}
</style>