Shades of Cardinal #CC183A
Tints of Cardinal #CC183A
RGB
CMYK
RGB Variations
Color information
#CC183A (or 0xCC183A) is known color: Cardinal. HEX triplet: CC, 18 and 3A. RGB value is (204,24,58). Sum of RGB (Red+Green+Blue) = 204+24+58=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC183A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC183A is #33E7C5. Grayscale: #515151. Windows color (decimal): -3401670 or 3807436. OLE color: 3807436.
HSL color Cylindrical-coordinate representation of color #CC183A: hue angle of 348.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 #CC183A is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 58 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.2 |
| HSL | 348.67º | 0.79% | 0.45% | - |
| HSV(B) | 348.67º | 0.88% | 0.8% | - |
| XYZ | 25.99 | 13.8 | 5.3 | - |
| YUV | 81.7 | 114.63 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 58 | 0 | 0.88 | 0.72 | 0.2 | 348.67 | 0.79 | 0.45 |
| Hex | CC | 18 | 3A | 0 | 58 | 48 | 14 | 15D | 4F | 2D |
| Octal | 314 | 30 | 72 | 0 | 130 | 110 | 24 | 535 | 117 | 55 |
| Binary | 11001100 | 11000 | 111010 | 0 | 1011000 | 1001000 | 10100 | 101011101 | 1001111 | 101101 |
Color Harmonies of #CC183A
Complementary color
Monochromatic Colors of #CC183A
Black with #CC183A
Text Example
Text Example
White with #CC183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC183A; }
p { color: rgb(204,24,58); }
H1.HeaderClassName
{
color: #CC183A;
}
.AnyTagClassName
{
color: #CC183A;
}
</style>
background-color css
<style>
a { background-color: #CC183A; }
a { background-color: rgb(204,24,58); }
div.DivClassName
{
background-color: #CC183A;
}
.BgClassName
{
background-color: #CC183A;
}
</style>
border-color css
<style>
span { border-color: #CC183A; }
span { border-color: rgb(204,24,58); }
td.TdClassName
{
border-color: #CC183A;
}
.TagClassName
{
border-color: #CC183A;
}
</style>