Shades of Cardinal #CC183E
Tints of Cardinal #CC183E
RGB
CMYK
RGB Variations
Color information
#CC183E (or 0xCC183E) is known color: Cardinal. HEX triplet: CC, 18 and 3E. RGB value is (204,24,62). Sum of RGB (Red+Green+Blue) = 204+24+62=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC183E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC183E is #33E7C1. Grayscale: #525252. Windows color (decimal): -3401666 or 4069580. OLE color: 4069580.
HSL color Cylindrical-coordinate representation of color #CC183E: hue angle of 347.33º 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 #CC183E is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 62 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.2 |
| HSL | 347.33º | 0.79% | 0.45% | - |
| HSV(B) | 347.33º | 0.88% | 0.8% | - |
| XYZ | 26.1 | 13.84 | 5.85 | - |
| YUV | 82.15 | 116.63 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 62 | 0 | 0.88 | 0.70 | 0.2 | 347.33 | 0.79 | 0.45 |
| Hex | CC | 18 | 3E | 0 | 58 | 46 | 14 | 15B | 4F | 2D |
| Octal | 314 | 30 | 76 | 0 | 130 | 106 | 24 | 533 | 117 | 55 |
| Binary | 11001100 | 11000 | 111110 | 0 | 1011000 | 1000110 | 10100 | 101011011 | 1001111 | 101101 |
Color Harmonies of #CC183E
Complementary color
Monochromatic Colors of #CC183E
Black with #CC183E
Text Example
Text Example
White with #CC183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC183E; }
p { color: rgb(204,24,62); }
H1.HeaderClassName
{
color: #CC183E;
}
.AnyTagClassName
{
color: #CC183E;
}
</style>
background-color css
<style>
a { background-color: #CC183E; }
a { background-color: rgb(204,24,62); }
div.DivClassName
{
background-color: #CC183E;
}
.BgClassName
{
background-color: #CC183E;
}
</style>
border-color css
<style>
span { border-color: #CC183E; }
span { border-color: rgb(204,24,62); }
td.TdClassName
{
border-color: #CC183E;
}
.TagClassName
{
border-color: #CC183E;
}
</style>