Shades of Cardinal #CC1333
Tints of Cardinal #CC1333
RGB
CMYK
RGB Variations
Color information
#CC1333 (or 0xCC1333) is known color: Cardinal. HEX triplet: CC, 13 and 33. RGB value is (204,19,51). Sum of RGB (Red+Green+Blue) = 204+19+51=274 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.45% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1333 is #33ECCC. Grayscale: #4E4E4E. Windows color (decimal): -3402957 or 3347404. OLE color: 3347404.
HSL color Cylindrical-coordinate representation of color #CC1333: hue angle of 349.62º 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 #CC1333 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 51 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.2 |
| HSL | 349.62º | 0.83% | 0.44% | - |
| HSV(B) | 349.62º | 0.91% | 0.8% | - |
| XYZ | 25.73 | 13.54 | 4.39 | - |
| YUV | 77.96 | 112.79 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 51 | 0 | 0.91 | 0.75 | 0.2 | 349.62 | 0.83 | 0.44 |
| Hex | CC | 13 | 33 | 0 | 5B | 4B | 14 | 15E | 53 | 2C |
| Octal | 314 | 23 | 63 | 0 | 133 | 113 | 24 | 536 | 123 | 54 |
| Binary | 11001100 | 10011 | 110011 | 0 | 1011011 | 1001011 | 10100 | 101011110 | 1010011 | 101100 |
Color Harmonies of #CC1333
Complementary color
Monochromatic Colors of #CC1333
Black with #CC1333
Text Example
Text Example
White with #CC1333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1333; }
p { color: rgb(204,19,51); }
H1.HeaderClassName
{
color: #CC1333;
}
.AnyTagClassName
{
color: #CC1333;
}
</style>
background-color css
<style>
a { background-color: #CC1333; }
a { background-color: rgb(204,19,51); }
div.DivClassName
{
background-color: #CC1333;
}
.BgClassName
{
background-color: #CC1333;
}
</style>
border-color css
<style>
span { border-color: #CC1333; }
span { border-color: rgb(204,19,51); }
td.TdClassName
{
border-color: #CC1333;
}
.TagClassName
{
border-color: #CC1333;
}
</style>