Shades of Cardinal #CC1843
Tints of Cardinal #CC1843
RGB
CMYK
RGB Variations
Color information
#CC1843 (or 0xCC1843) is known color: Cardinal. HEX triplet: CC, 18 and 43. RGB value is (204,24,67). Sum of RGB (Red+Green+Blue) = 204+24+67=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1843 is #33E7BC. Grayscale: #525252. Windows color (decimal): -3401661 or 4397260. OLE color: 4397260.
HSL color Cylindrical-coordinate representation of color #CC1843: hue angle of 345.67º 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 #CC1843 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 67 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.2 |
| HSL | 345.67º | 0.79% | 0.45% | - |
| HSV(B) | 345.67º | 0.88% | 0.8% | - |
| XYZ | 26.24 | 13.9 | 6.61 | - |
| YUV | 82.72 | 119.13 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 67 | 0 | 0.88 | 0.67 | 0.2 | 345.67 | 0.79 | 0.45 |
| Hex | CC | 18 | 43 | 0 | 58 | 43 | 14 | 15A | 4F | 2D |
| Octal | 314 | 30 | 103 | 0 | 130 | 103 | 24 | 532 | 117 | 55 |
| Binary | 11001100 | 11000 | 1000011 | 0 | 1011000 | 1000011 | 10100 | 101011010 | 1001111 | 101101 |
Color Harmonies of #CC1843
Complementary color
Monochromatic Colors of #CC1843
Black with #CC1843
Text Example
Text Example
White with #CC1843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1843; }
p { color: rgb(204,24,67); }
H1.HeaderClassName
{
color: #CC1843;
}
.AnyTagClassName
{
color: #CC1843;
}
</style>
background-color css
<style>
a { background-color: #CC1843; }
a { background-color: rgb(204,24,67); }
div.DivClassName
{
background-color: #CC1843;
}
.BgClassName
{
background-color: #CC1843;
}
</style>
border-color css
<style>
span { border-color: #CC1843; }
span { border-color: rgb(204,24,67); }
td.TdClassName
{
border-color: #CC1843;
}
.TagClassName
{
border-color: #CC1843;
}
</style>