Shades of Cardinal #CC1D3D
Tints of Cardinal #CC1D3D
RGB
CMYK
RGB Variations
Color information
#CC1D3D (or 0xCC1D3D) is known color: Cardinal. HEX triplet: CC, 1D and 3D. RGB value is (204,29,61). Sum of RGB (Red+Green+Blue) = 204+29+61=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1D3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1D3D is #33E2C2. Grayscale: #555555. Windows color (decimal): -3400387 or 4005324. OLE color: 4005324.
HSL color Cylindrical-coordinate representation of color #CC1D3D: hue angle of 349.03º degrees, saturation: 0.75, 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 #CC1D3D is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 29 | 61 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.2 |
| HSL | 349.03º | 0.75% | 0.46% | - |
| HSV(B) | 349.03º | 0.86% | 0.8% | - |
| XYZ | 26.18 | 14.05 | 5.75 | - |
| YUV | 84.97 | 114.48 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 29 | 61 | 0 | 0.86 | 0.70 | 0.2 | 349.03 | 0.75 | 0.46 |
| Hex | CC | 1D | 3D | 0 | 56 | 46 | 14 | 15D | 4B | 2E |
| Octal | 314 | 35 | 75 | 0 | 126 | 106 | 24 | 535 | 113 | 56 |
| Binary | 11001100 | 11101 | 111101 | 0 | 1010110 | 1000110 | 10100 | 101011101 | 1001011 | 101110 |
Color Harmonies of #CC1D3D
Complementary color
Monochromatic Colors of #CC1D3D
Black with #CC1D3D
Text Example
Text Example
White with #CC1D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1D3D; }
p { color: rgb(204,29,61); }
H1.HeaderClassName
{
color: #CC1D3D;
}
.AnyTagClassName
{
color: #CC1D3D;
}
</style>
background-color css
<style>
a { background-color: #CC1D3D; }
a { background-color: rgb(204,29,61); }
div.DivClassName
{
background-color: #CC1D3D;
}
.BgClassName
{
background-color: #CC1D3D;
}
</style>
border-color css
<style>
span { border-color: #CC1D3D; }
span { border-color: rgb(204,29,61); }
td.TdClassName
{
border-color: #CC1D3D;
}
.TagClassName
{
border-color: #CC1D3D;
}
</style>