Shades of Cardinal #CC133C
Tints of Cardinal #CC133C
RGB
CMYK
RGB Variations
Color information
#CC133C (or 0xCC133C) is known color: Cardinal. HEX triplet: CC, 13 and 3C. RGB value is (204,19,60). Sum of RGB (Red+Green+Blue) = 204+19+60=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC133C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC133C is #33ECC3. Grayscale: #4F4F4F. Windows color (decimal): -3402948 or 3937228. OLE color: 3937228.
HSL color Cylindrical-coordinate representation of color #CC133C: hue angle of 346.7º 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 #CC133C is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 60 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.2 |
| HSL | 346.7º | 0.83% | 0.44% | - |
| HSV(B) | 346.7º | 0.91% | 0.8% | - |
| XYZ | 25.95 | 13.63 | 5.54 | - |
| YUV | 78.99 | 117.29 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 60 | 0 | 0.91 | 0.71 | 0.2 | 346.7 | 0.83 | 0.44 |
| Hex | CC | 13 | 3C | 0 | 5B | 47 | 14 | 15B | 53 | 2C |
| Octal | 314 | 23 | 74 | 0 | 133 | 107 | 24 | 533 | 123 | 54 |
| Binary | 11001100 | 10011 | 111100 | 0 | 1011011 | 1000111 | 10100 | 101011011 | 1010011 | 101100 |
Color Harmonies of #CC133C
Complementary color
Monochromatic Colors of #CC133C
Black with #CC133C
Text Example
Text Example
White with #CC133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC133C; }
p { color: rgb(204,19,60); }
H1.HeaderClassName
{
color: #CC133C;
}
.AnyTagClassName
{
color: #CC133C;
}
</style>
background-color css
<style>
a { background-color: #CC133C; }
a { background-color: rgb(204,19,60); }
div.DivClassName
{
background-color: #CC133C;
}
.BgClassName
{
background-color: #CC133C;
}
</style>
border-color css
<style>
span { border-color: #CC133C; }
span { border-color: rgb(204,19,60); }
td.TdClassName
{
border-color: #CC133C;
}
.TagClassName
{
border-color: #CC133C;
}
</style>