Shades of Cardinal #CC133E
Tints of Cardinal #CC133E
RGB
CMYK
RGB Variations
Color information
#CC133E (or 0xCC133E) is known color: Cardinal. HEX triplet: CC, 13 and 3E. RGB value is (204,19,62). Sum of RGB (Red+Green+Blue) = 204+19+62=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC133E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC133E is #33ECC1. Grayscale: #4F4F4F. Windows color (decimal): -3402946 or 4068300. OLE color: 4068300.
HSL color Cylindrical-coordinate representation of color #CC133E: hue angle of 346.05º degrees, saturation: 0.83, 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 #CC133E is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 62 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.2 |
| HSL | 346.05º | 0.83% | 0.44% | - |
| HSV(B) | 346.05º | 0.91% | 0.8% | - |
| XYZ | 26 | 13.65 | 5.82 | - |
| YUV | 79.22 | 118.29 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 62 | 0 | 0.91 | 0.70 | 0.2 | 346.05 | 0.83 | 0.44 |
| Hex | CC | 13 | 3E | 0 | 5B | 46 | 14 | 15A | 53 | 2C |
| Octal | 314 | 23 | 76 | 0 | 133 | 106 | 24 | 532 | 123 | 54 |
| Binary | 11001100 | 10011 | 111110 | 0 | 1011011 | 1000110 | 10100 | 101011010 | 1010011 | 101100 |
Color Harmonies of #CC133E
Complementary color
Monochromatic Colors of #CC133E
Black with #CC133E
Text Example
Text Example
White with #CC133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC133E; }
p { color: rgb(204,19,62); }
H1.HeaderClassName
{
color: #CC133E;
}
.AnyTagClassName
{
color: #CC133E;
}
</style>
background-color css
<style>
a { background-color: #CC133E; }
a { background-color: rgb(204,19,62); }
div.DivClassName
{
background-color: #CC133E;
}
.BgClassName
{
background-color: #CC133E;
}
</style>
border-color css
<style>
span { border-color: #CC133E; }
span { border-color: rgb(204,19,62); }
td.TdClassName
{
border-color: #CC133E;
}
.TagClassName
{
border-color: #CC133E;
}
</style>