Shades of Cardinal #CC133B
Tints of Cardinal #CC133B
RGB
CMYK
RGB Variations
Color information
#CC133B (or 0xCC133B) is known color: Cardinal. HEX triplet: CC, 13 and 3B. RGB value is (204,19,59). Sum of RGB (Red+Green+Blue) = 204+19+59=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC133B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC133B is #33ECC4. Grayscale: #4E4E4E. Windows color (decimal): -3402949 or 3871692. OLE color: 3871692.
HSL color Cylindrical-coordinate representation of color #CC133B: hue angle of 347.03º 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 #CC133B is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 59 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.2 |
| HSL | 347.03º | 0.83% | 0.44% | - |
| HSV(B) | 347.03º | 0.91% | 0.8% | - |
| XYZ | 25.92 | 13.62 | 5.4 | - |
| YUV | 78.88 | 116.79 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 59 | 0 | 0.91 | 0.71 | 0.2 | 347.03 | 0.83 | 0.44 |
| Hex | CC | 13 | 3B | 0 | 5B | 47 | 14 | 15B | 53 | 2C |
| Octal | 314 | 23 | 73 | 0 | 133 | 107 | 24 | 533 | 123 | 54 |
| Binary | 11001100 | 10011 | 111011 | 0 | 1011011 | 1000111 | 10100 | 101011011 | 1010011 | 101100 |
Color Harmonies of #CC133B
Complementary color
Monochromatic Colors of #CC133B
Black with #CC133B
Text Example
Text Example
White with #CC133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC133B; }
p { color: rgb(204,19,59); }
H1.HeaderClassName
{
color: #CC133B;
}
.AnyTagClassName
{
color: #CC133B;
}
</style>
background-color css
<style>
a { background-color: #CC133B; }
a { background-color: rgb(204,19,59); }
div.DivClassName
{
background-color: #CC133B;
}
.BgClassName
{
background-color: #CC133B;
}
</style>
border-color css
<style>
span { border-color: #CC133B; }
span { border-color: rgb(204,19,59); }
td.TdClassName
{
border-color: #CC133B;
}
.TagClassName
{
border-color: #CC133B;
}
</style>