Shades of Cardinal #CC133F
Tints of Cardinal #CC133F
RGB
CMYK
RGB Variations
Color information
#CC133F (or 0xCC133F) is known color: Cardinal. HEX triplet: CC, 13 and 3F. RGB value is (204,19,63). Sum of RGB (Red+Green+Blue) = 204+19+63=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC133F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC133F is #33ECC0. Grayscale: #4F4F4F. Windows color (decimal): -3402945 or 4133836. OLE color: 4133836.
HSL color Cylindrical-coordinate representation of color #CC133F: hue angle of 345.73º 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 #CC133F is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 63 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.2 |
| HSL | 345.73º | 0.83% | 0.44% | - |
| HSV(B) | 345.73º | 0.91% | 0.8% | - |
| XYZ | 26.03 | 13.66 | 5.97 | - |
| YUV | 79.33 | 118.79 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 63 | 0 | 0.91 | 0.69 | 0.2 | 345.73 | 0.83 | 0.44 |
| Hex | CC | 13 | 3F | 0 | 5B | 45 | 14 | 15A | 53 | 2C |
| Octal | 314 | 23 | 77 | 0 | 133 | 105 | 24 | 532 | 123 | 54 |
| Binary | 11001100 | 10011 | 111111 | 0 | 1011011 | 1000101 | 10100 | 101011010 | 1010011 | 101100 |
Color Harmonies of #CC133F
Complementary color
Monochromatic Colors of #CC133F
Black with #CC133F
Text Example
Text Example
White with #CC133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC133F; }
p { color: rgb(204,19,63); }
H1.HeaderClassName
{
color: #CC133F;
}
.AnyTagClassName
{
color: #CC133F;
}
</style>
background-color css
<style>
a { background-color: #CC133F; }
a { background-color: rgb(204,19,63); }
div.DivClassName
{
background-color: #CC133F;
}
.BgClassName
{
background-color: #CC133F;
}
</style>
border-color css
<style>
span { border-color: #CC133F; }
span { border-color: rgb(204,19,63); }
td.TdClassName
{
border-color: #CC133F;
}
.TagClassName
{
border-color: #CC133F;
}
</style>