Shades of Cardinal #CC1337
Tints of Cardinal #CC1337
RGB
CMYK
RGB Variations
Color information
#CC1337 (or 0xCC1337) is known color: Cardinal. HEX triplet: CC, 13 and 37. RGB value is (204,19,55). Sum of RGB (Red+Green+Blue) = 204+19+55=278 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.38% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1337 is #33ECC8. Grayscale: #4E4E4E. Windows color (decimal): -3402953 or 3609548. OLE color: 3609548.
HSL color Cylindrical-coordinate representation of color #CC1337: hue angle of 348.32º 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 #CC1337 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 55 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.2 |
| HSL | 348.32º | 0.83% | 0.44% | - |
| HSV(B) | 348.32º | 0.91% | 0.8% | - |
| XYZ | 25.82 | 13.58 | 4.87 | - |
| YUV | 78.42 | 114.79 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 55 | 0 | 0.91 | 0.73 | 0.2 | 348.32 | 0.83 | 0.44 |
| Hex | CC | 13 | 37 | 0 | 5B | 49 | 14 | 15C | 53 | 2C |
| Octal | 314 | 23 | 67 | 0 | 133 | 111 | 24 | 534 | 123 | 54 |
| Binary | 11001100 | 10011 | 110111 | 0 | 1011011 | 1001001 | 10100 | 101011100 | 1010011 | 101100 |
Color Harmonies of #CC1337
Complementary color
Monochromatic Colors of #CC1337
Black with #CC1337
Text Example
Text Example
White with #CC1337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1337; }
p { color: rgb(204,19,55); }
H1.HeaderClassName
{
color: #CC1337;
}
.AnyTagClassName
{
color: #CC1337;
}
</style>
background-color css
<style>
a { background-color: #CC1337; }
a { background-color: rgb(204,19,55); }
div.DivClassName
{
background-color: #CC1337;
}
.BgClassName
{
background-color: #CC1337;
}
</style>
border-color css
<style>
span { border-color: #CC1337; }
span { border-color: rgb(204,19,55); }
td.TdClassName
{
border-color: #CC1337;
}
.TagClassName
{
border-color: #CC1337;
}
</style>