Shades of Cardinal #CC1D3E
Tints of Cardinal #CC1D3E
RGB
CMYK
RGB Variations
Color information
#CC1D3E (or 0xCC1D3E) is known color: Cardinal. HEX triplet: CC, 1D and 3E. RGB value is (204,29,62). Sum of RGB (Red+Green+Blue) = 204+29+62=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1D3E is #33E2C1. Grayscale: #555555. Windows color (decimal): -3400386 or 4070860. OLE color: 4070860.
HSL color Cylindrical-coordinate representation of color #CC1D3E: hue angle of 348.69º 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 #CC1D3E is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 29 | 62 | - |
CMYK | 0 | 0.86 | 0.70 | 0.2 |
HSL | 348.69º | 0.75% | 0.46% | - |
HSV(B) | 348.69º | 0.86% | 0.8% | - |
XYZ | 26.21 | 14.06 | 5.89 | - |
YUV | 85.09 | 114.98 | 212.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 29 | 62 | 0 | 0.86 | 0.70 | 0.2 | 348.69 | 0.75 | 0.46 |
Hex | CC | 1D | 3E | 0 | 56 | 46 | 14 | 15D | 4B | 2E |
Octal | 314 | 35 | 76 | 0 | 126 | 106 | 24 | 535 | 113 | 56 |
Binary | 11001100 | 11101 | 111110 | 0 | 1010110 | 1000110 | 10100 | 101011101 | 1001011 | 101110 |
Color Harmonies of #CC1D3E
Complementary color
Monochromatic Colors of #CC1D3E
Black with #CC1D3E
Text Example
Text Example
White with #CC1D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1D3E; }
p { color: rgb(204,29,62); }
H1.HeaderClassName
{
color: #CC1D3E;
}
.AnyTagClassName
{
color: #CC1D3E;
}
</style>
background-color css
<style>
a { background-color: #CC1D3E; }
a { background-color: rgb(204,29,62); }
div.DivClassName
{
background-color: #CC1D3E;
}
.BgClassName
{
background-color: #CC1D3E;
}
</style>
border-color css
<style>
span { border-color: #CC1D3E; }
span { border-color: rgb(204,29,62); }
td.TdClassName
{
border-color: #CC1D3E;
}
.TagClassName
{
border-color: #CC1D3E;
}
</style>