Shades of Cardinal #CC1838
Tints of Cardinal #CC1838
RGB
CMYK
RGB Variations
Color information
#CC1838 (or 0xCC1838) is known color: Cardinal. HEX triplet: CC, 18 and 38. RGB value is (204,24,56). Sum of RGB (Red+Green+Blue) = 204+24+56=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1838 is #33E7C7. Grayscale: #515151. Windows color (decimal): -3401672 or 3676364. OLE color: 3676364.
HSL color Cylindrical-coordinate representation of color #CC1838: hue angle of 349.33º 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 #CC1838 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 56 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.2 |
| HSL | 349.33º | 0.79% | 0.45% | - |
| HSV(B) | 349.33º | 0.88% | 0.8% | - |
| XYZ | 25.94 | 13.78 | 5.03 | - |
| YUV | 81.47 | 113.63 | 215.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 56 | 0 | 0.88 | 0.73 | 0.2 | 349.33 | 0.79 | 0.45 |
| Hex | CC | 18 | 38 | 0 | 58 | 49 | 14 | 15D | 4F | 2D |
| Octal | 314 | 30 | 70 | 0 | 130 | 111 | 24 | 535 | 117 | 55 |
| Binary | 11001100 | 11000 | 111000 | 0 | 1011000 | 1001001 | 10100 | 101011101 | 1001111 | 101101 |
Color Harmonies of #CC1838
Complementary color
Monochromatic Colors of #CC1838
Black with #CC1838
Text Example
Text Example
White with #CC1838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1838; }
p { color: rgb(204,24,56); }
H1.HeaderClassName
{
color: #CC1838;
}
.AnyTagClassName
{
color: #CC1838;
}
</style>
background-color css
<style>
a { background-color: #CC1838; }
a { background-color: rgb(204,24,56); }
div.DivClassName
{
background-color: #CC1838;
}
.BgClassName
{
background-color: #CC1838;
}
</style>
border-color css
<style>
span { border-color: #CC1838; }
span { border-color: rgb(204,24,56); }
td.TdClassName
{
border-color: #CC1838;
}
.TagClassName
{
border-color: #CC1838;
}
</style>