Shades of Cardinal #CC243E
Tints of Cardinal #CC243E
RGB
CMYK
RGB Variations
Color information
#CC243E (or 0xCC243E) is known color: Cardinal. HEX triplet: CC, 24 and 3E. RGB value is (204,36,62). Sum of RGB (Red+Green+Blue) = 204+36+62=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC243E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC243E is #33DBC1. Grayscale: #595959. Windows color (decimal): -3398594 or 4072652. OLE color: 4072652.
HSL color Cylindrical-coordinate representation of color #CC243E: hue angle of 350.71º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC243E is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 62 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.2 |
| HSL | 350.71º | 0.7% | 0.47% | - |
| HSV(B) | 350.71º | 0.82% | 0.8% | - |
| XYZ | 26.4 | 14.45 | 5.95 | - |
| YUV | 89.2 | 112.66 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 62 | 0 | 0.82 | 0.70 | 0.2 | 350.71 | 0.7 | 0.47 |
| Hex | CC | 24 | 3E | 0 | 52 | 46 | 14 | 15F | 46 | 2F |
| Octal | 314 | 44 | 76 | 0 | 122 | 106 | 24 | 537 | 106 | 57 |
| Binary | 11001100 | 100100 | 111110 | 0 | 1010010 | 1000110 | 10100 | 101011111 | 1000110 | 101111 |
Color Harmonies of #CC243E
Complementary color
Monochromatic Colors of #CC243E
Black with #CC243E
Text Example
Text Example
White with #CC243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC243E; }
p { color: rgb(204,36,62); }
H1.HeaderClassName
{
color: #CC243E;
}
.AnyTagClassName
{
color: #CC243E;
}
</style>
background-color css
<style>
a { background-color: #CC243E; }
a { background-color: rgb(204,36,62); }
div.DivClassName
{
background-color: #CC243E;
}
.BgClassName
{
background-color: #CC243E;
}
</style>
border-color css
<style>
span { border-color: #CC243E; }
span { border-color: rgb(204,36,62); }
td.TdClassName
{
border-color: #CC243E;
}
.TagClassName
{
border-color: #CC243E;
}
</style>