Shades of Cardinal #CC243C
Tints of Cardinal #CC243C
RGB
CMYK
RGB Variations
Color information
#CC243C (or 0xCC243C) is known color: Cardinal. HEX triplet: CC, 24 and 3C. RGB value is (204,36,60). Sum of RGB (Red+Green+Blue) = 204+36+60=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC243C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC243C is #33DBC3. Grayscale: #595959. Windows color (decimal): -3398596 or 3941580. OLE color: 3941580.
HSL color Cylindrical-coordinate representation of color #CC243C: hue angle of 351.43º 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 #CC243C is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 60 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.2 |
| HSL | 351.43º | 0.7% | 0.47% | - |
| HSV(B) | 351.43º | 0.82% | 0.8% | - |
| XYZ | 26.35 | 14.43 | 5.67 | - |
| YUV | 88.97 | 111.66 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 60 | 0 | 0.82 | 0.71 | 0.2 | 351.43 | 0.7 | 0.47 |
| Hex | CC | 24 | 3C | 0 | 52 | 47 | 14 | 15F | 46 | 2F |
| Octal | 314 | 44 | 74 | 0 | 122 | 107 | 24 | 537 | 106 | 57 |
| Binary | 11001100 | 100100 | 111100 | 0 | 1010010 | 1000111 | 10100 | 101011111 | 1000110 | 101111 |
Color Harmonies of #CC243C
Complementary color
Monochromatic Colors of #CC243C
Black with #CC243C
Text Example
Text Example
White with #CC243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC243C; }
p { color: rgb(204,36,60); }
H1.HeaderClassName
{
color: #CC243C;
}
.AnyTagClassName
{
color: #CC243C;
}
</style>
background-color css
<style>
a { background-color: #CC243C; }
a { background-color: rgb(204,36,60); }
div.DivClassName
{
background-color: #CC243C;
}
.BgClassName
{
background-color: #CC243C;
}
</style>
border-color css
<style>
span { border-color: #CC243C; }
span { border-color: rgb(204,36,60); }
td.TdClassName
{
border-color: #CC243C;
}
.TagClassName
{
border-color: #CC243C;
}
</style>