Shades of Cardinal #CC123F
Tints of Cardinal #CC123F
RGB
CMYK
RGB Variations
Color information
#CC123F (or 0xCC123F) is known color: Cardinal. HEX triplet: CC, 12 and 3F. RGB value is (204,18,63). Sum of RGB (Red+Green+Blue) = 204+18+63=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC123F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC123F is #33EDC0. Grayscale: #4E4E4E. Windows color (decimal): -3403201 or 4133580. OLE color: 4133580.
HSL color Cylindrical-coordinate representation of color #CC123F: hue angle of 345.48º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC123F is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 63 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.2 |
| HSL | 345.48º | 0.84% | 0.44% | - |
| HSV(B) | 345.48º | 0.91% | 0.8% | - |
| XYZ | 26.02 | 13.63 | 5.96 | - |
| YUV | 78.74 | 119.12 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 63 | 0 | 0.91 | 0.69 | 0.2 | 345.48 | 0.84 | 0.44 |
| Hex | CC | 12 | 3F | 0 | 5B | 45 | 14 | 159 | 54 | 2C |
| Octal | 314 | 22 | 77 | 0 | 133 | 105 | 24 | 531 | 124 | 54 |
| Binary | 11001100 | 10010 | 111111 | 0 | 1011011 | 1000101 | 10100 | 101011001 | 1010100 | 101100 |
Color Harmonies of #CC123F
Complementary color
Monochromatic Colors of #CC123F
Black with #CC123F
Text Example
Text Example
White with #CC123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC123F; }
p { color: rgb(204,18,63); }
H1.HeaderClassName
{
color: #CC123F;
}
.AnyTagClassName
{
color: #CC123F;
}
</style>
background-color css
<style>
a { background-color: #CC123F; }
a { background-color: rgb(204,18,63); }
div.DivClassName
{
background-color: #CC123F;
}
.BgClassName
{
background-color: #CC123F;
}
</style>
border-color css
<style>
span { border-color: #CC123F; }
span { border-color: rgb(204,18,63); }
td.TdClassName
{
border-color: #CC123F;
}
.TagClassName
{
border-color: #CC123F;
}
</style>