Shades of Cardinal #CC133D
Tints of Cardinal #CC133D
RGB
CMYK
RGB Variations
Color information
#CC133D (or 0xCC133D) is known color: Cardinal. HEX triplet: CC, 13 and 3D. RGB value is (204,19,61). Sum of RGB (Red+Green+Blue) = 204+19+61=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC133D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC133D is #33ECC2. Grayscale: #4F4F4F. Windows color (decimal): -3402947 or 4002764. OLE color: 4002764.
HSL color Cylindrical-coordinate representation of color #CC133D: hue angle of 346.38º 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 #CC133D is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 61 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.2 |
| HSL | 346.38º | 0.83% | 0.44% | - |
| HSV(B) | 346.38º | 0.91% | 0.8% | - |
| XYZ | 25.98 | 13.64 | 5.68 | - |
| YUV | 79.1 | 117.79 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 61 | 0 | 0.91 | 0.70 | 0.2 | 346.38 | 0.83 | 0.44 |
| Hex | CC | 13 | 3D | 0 | 5B | 46 | 14 | 15A | 53 | 2C |
| Octal | 314 | 23 | 75 | 0 | 133 | 106 | 24 | 532 | 123 | 54 |
| Binary | 11001100 | 10011 | 111101 | 0 | 1011011 | 1000110 | 10100 | 101011010 | 1010011 | 101100 |
Color Harmonies of #CC133D
Complementary color
Monochromatic Colors of #CC133D
Black with #CC133D
Text Example
Text Example
White with #CC133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC133D; }
p { color: rgb(204,19,61); }
H1.HeaderClassName
{
color: #CC133D;
}
.AnyTagClassName
{
color: #CC133D;
}
</style>
background-color css
<style>
a { background-color: #CC133D; }
a { background-color: rgb(204,19,61); }
div.DivClassName
{
background-color: #CC133D;
}
.BgClassName
{
background-color: #CC133D;
}
</style>
border-color css
<style>
span { border-color: #CC133D; }
span { border-color: rgb(204,19,61); }
td.TdClassName
{
border-color: #CC133D;
}
.TagClassName
{
border-color: #CC133D;
}
</style>