Shades of Cardinal #C8182D
Tints of Cardinal #C8182D
RGB
CMYK
RGB Variations
Color information
#C8182D (or 0xC8182D) is known color: Cardinal. HEX triplet: C8, 18 and 2D. RGB value is (200,24,45). Sum of RGB (Red+Green+Blue) = 200+24+45=269 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.35% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 200 - color contains mainly: red. Hex color #C8182D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8182D is #37E7D2. Grayscale: #4F4F4F. Windows color (decimal): -3663827 or 2955464. OLE color: 2955464.
HSL color Cylindrical-coordinate representation of color #C8182D: hue angle of 352.84º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8182D is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 45 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.22 |
| HSL | 352.84º | 0.79% | 0.44% | - |
| HSV(B) | 352.84º | 0.88% | 0.78% | - |
| XYZ | 24.62 | 13.12 | 3.72 | - |
| YUV | 79.02 | 108.81 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 45 | 0 | 0.88 | 0.78 | 0.22 | 352.84 | 0.79 | 0.44 |
| Hex | C8 | 18 | 2D | 0 | 58 | 4E | 16 | 161 | 4F | 2C |
| Octal | 310 | 30 | 55 | 0 | 130 | 116 | 26 | 541 | 117 | 54 |
| Binary | 11001000 | 11000 | 101101 | 0 | 1011000 | 1001110 | 10110 | 101100001 | 1001111 | 101100 |
Color Harmonies of #C8182D
Complementary color
Monochromatic Colors of #C8182D
Black with #C8182D
Text Example
Text Example
White with #C8182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8182D; }
p { color: rgb(200,24,45); }
H1.HeaderClassName
{
color: #C8182D;
}
.AnyTagClassName
{
color: #C8182D;
}
</style>
background-color css
<style>
a { background-color: #C8182D; }
a { background-color: rgb(200,24,45); }
div.DivClassName
{
background-color: #C8182D;
}
.BgClassName
{
background-color: #C8182D;
}
</style>
border-color css
<style>
span { border-color: #C8182D; }
span { border-color: rgb(200,24,45); }
td.TdClassName
{
border-color: #C8182D;
}
.TagClassName
{
border-color: #C8182D;
}
</style>