Shades of Cardinal #CC1038
Tints of Cardinal #CC1038
RGB
CMYK
RGB Variations
Color information
#CC1038 (or 0xCC1038) is known color: Cardinal. HEX triplet: CC, 10 and 38. RGB value is (204,16,56). Sum of RGB (Red+Green+Blue) = 204+16+56=276 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.91% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1038 is #33EFC7. Grayscale: #4C4C4C. Windows color (decimal): -3403720 or 3674316. OLE color: 3674316.
HSL color Cylindrical-coordinate representation of color #CC1038: hue angle of 347.23º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1038 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 56 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.2 |
| HSL | 347.23º | 0.85% | 0.43% | - |
| HSV(B) | 347.23º | 0.92% | 0.8% | - |
| XYZ | 25.8 | 13.49 | 4.99 | - |
| YUV | 76.77 | 116.28 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 56 | 0 | 0.92 | 0.73 | 0.2 | 347.23 | 0.85 | 0.43 |
| Hex | CC | 10 | 38 | 0 | 5C | 49 | 14 | 15B | 55 | 2B |
| Octal | 314 | 20 | 70 | 0 | 134 | 111 | 24 | 533 | 125 | 53 |
| Binary | 11001100 | 10000 | 111000 | 0 | 1011100 | 1001001 | 10100 | 101011011 | 1010101 | 101011 |
Color Harmonies of #CC1038
Complementary color
Monochromatic Colors of #CC1038
Black with #CC1038
Text Example
Text Example
White with #CC1038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1038; }
p { color: rgb(204,16,56); }
H1.HeaderClassName
{
color: #CC1038;
}
.AnyTagClassName
{
color: #CC1038;
}
</style>
background-color css
<style>
a { background-color: #CC1038; }
a { background-color: rgb(204,16,56); }
div.DivClassName
{
background-color: #CC1038;
}
.BgClassName
{
background-color: #CC1038;
}
</style>
border-color css
<style>
span { border-color: #CC1038; }
span { border-color: rgb(204,16,56); }
td.TdClassName
{
border-color: #CC1038;
}
.TagClassName
{
border-color: #CC1038;
}
</style>