Shades of Cardinal #CC182F
Tints of Cardinal #CC182F
RGB
CMYK
RGB Variations
Color information
#CC182F (or 0xCC182F) is known color: Cardinal. HEX triplet: CC, 18 and 2F. RGB value is (204,24,47). Sum of RGB (Red+Green+Blue) = 204+24+47=275 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.18% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 204 - color contains mainly: red. Hex color #CC182F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC182F is #33E7D0. Grayscale: #505050. Windows color (decimal): -3401681 or 3086540. OLE color: 3086540.
HSL color Cylindrical-coordinate representation of color #CC182F: hue angle of 352.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC182F is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 47 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.2 |
| HSL | 352.33º | 0.79% | 0.45% | - |
| HSV(B) | 352.33º | 0.88% | 0.8% | - |
| XYZ | 25.74 | 13.7 | 3.98 | - |
| YUV | 80.44 | 109.13 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 47 | 0 | 0.88 | 0.77 | 0.2 | 352.33 | 0.79 | 0.45 |
| Hex | CC | 18 | 2F | 0 | 58 | 4D | 14 | 160 | 4F | 2D |
| Octal | 314 | 30 | 57 | 0 | 130 | 115 | 24 | 540 | 117 | 55 |
| Binary | 11001100 | 11000 | 101111 | 0 | 1011000 | 1001101 | 10100 | 101100000 | 1001111 | 101101 |
Color Harmonies of #CC182F
Complementary color
Monochromatic Colors of #CC182F
Black with #CC182F
Text Example
Text Example
White with #CC182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC182F; }
p { color: rgb(204,24,47); }
H1.HeaderClassName
{
color: #CC182F;
}
.AnyTagClassName
{
color: #CC182F;
}
</style>
background-color css
<style>
a { background-color: #CC182F; }
a { background-color: rgb(204,24,47); }
div.DivClassName
{
background-color: #CC182F;
}
.BgClassName
{
background-color: #CC182F;
}
</style>
border-color css
<style>
span { border-color: #CC182F; }
span { border-color: rgb(204,24,47); }
td.TdClassName
{
border-color: #CC182F;
}
.TagClassName
{
border-color: #CC182F;
}
</style>