Shades of Cardinal #CD183C
Tints of Cardinal #CD183C
RGB
CMYK
RGB Variations
Color information
#CD183C (or 0xCD183C) is known color: Cardinal. HEX triplet: CD, 18 and 3C. RGB value is (205,24,60). Sum of RGB (Red+Green+Blue) = 205+24+60=289 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.93% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 205 - color contains mainly: red. Hex color #CD183C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD183C is #32E7C3. Grayscale: #525252. Windows color (decimal): -3336132 or 3938509. OLE color: 3938509.
HSL color Cylindrical-coordinate representation of color #CD183C: hue angle of 348.07º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD183C is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 24 | 60 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.20 |
| HSL | 348.07º | 0.79% | 0.45% | - |
| HSV(B) | 348.07º | 0.88% | 0.8% | - |
| XYZ | 26.32 | 13.96 | 5.58 | - |
| YUV | 82.22 | 115.47 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 24 | 60 | 0 | 0.88 | 0.71 | 0.20 | 348.07 | 0.79 | 0.45 |
| Hex | CD | 18 | 3C | 0 | 58 | 47 | 14 | 15C | 4F | 2D |
| Octal | 315 | 30 | 74 | 0 | 130 | 107 | 24 | 534 | 117 | 55 |
| Binary | 11001101 | 11000 | 111100 | 0 | 1011000 | 1000111 | 10100 | 101011100 | 1001111 | 101101 |
Color Harmonies of #CD183C
Complementary color
Monochromatic Colors of #CD183C
Black with #CD183C
Text Example
Text Example
White with #CD183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD183C; }
p { color: rgb(205,24,60); }
H1.HeaderClassName
{
color: #CD183C;
}
.AnyTagClassName
{
color: #CD183C;
}
</style>
background-color css
<style>
a { background-color: #CD183C; }
a { background-color: rgb(205,24,60); }
div.DivClassName
{
background-color: #CD183C;
}
.BgClassName
{
background-color: #CD183C;
}
</style>
border-color css
<style>
span { border-color: #CD183C; }
span { border-color: rgb(205,24,60); }
td.TdClassName
{
border-color: #CD183C;
}
.TagClassName
{
border-color: #CD183C;
}
</style>