Shades of Cardinal #CC1B3C
Tints of Cardinal #CC1B3C
RGB
CMYK
RGB Variations
Color information
#CC1B3C (or 0xCC1B3C) is known color: Cardinal. HEX triplet: CC, 1B and 3C. RGB value is (204,27,60). Sum of RGB (Red+Green+Blue) = 204+27+60=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 27 (10.94% from 255 or 9.28% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1B3C is #33E4C3. Grayscale: #535353. Windows color (decimal): -3400900 or 3939276. OLE color: 3939276.
HSL color Cylindrical-coordinate representation of color #CC1B3C: hue angle of 348.81º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1B3C is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 27 | 60 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.2 |
| HSL | 348.81º | 0.77% | 0.45% | - |
| HSV(B) | 348.81º | 0.87% | 0.8% | - |
| XYZ | 26.11 | 13.95 | 5.59 | - |
| YUV | 83.69 | 114.64 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 27 | 60 | 0 | 0.87 | 0.71 | 0.2 | 348.81 | 0.77 | 0.45 |
| Hex | CC | 1B | 3C | 0 | 57 | 47 | 14 | 15D | 4D | 2D |
| Octal | 314 | 33 | 74 | 0 | 127 | 107 | 24 | 535 | 115 | 55 |
| Binary | 11001100 | 11011 | 111100 | 0 | 1010111 | 1000111 | 10100 | 101011101 | 1001101 | 101101 |
Color Harmonies of #CC1B3C
Complementary color
Monochromatic Colors of #CC1B3C
Black with #CC1B3C
Text Example
Text Example
White with #CC1B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1B3C; }
p { color: rgb(204,27,60); }
H1.HeaderClassName
{
color: #CC1B3C;
}
.AnyTagClassName
{
color: #CC1B3C;
}
</style>
background-color css
<style>
a { background-color: #CC1B3C; }
a { background-color: rgb(204,27,60); }
div.DivClassName
{
background-color: #CC1B3C;
}
.BgClassName
{
background-color: #CC1B3C;
}
</style>
border-color css
<style>
span { border-color: #CC1B3C; }
span { border-color: rgb(204,27,60); }
td.TdClassName
{
border-color: #CC1B3C;
}
.TagClassName
{
border-color: #CC1B3C;
}
</style>