Shades of Cardinal #C81D4B
Tints of Cardinal #C81D4B
RGB
CMYK
RGB Variations
Color information
#C81D4B (or 0xC81D4B) is known color: Cardinal. HEX triplet: C8, 1D and 4B. RGB value is (200,29,75). Sum of RGB (Red+Green+Blue) = 200+29+75=304 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.79% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 200 - color contains mainly: red. Hex color #C81D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81D4B is #37E2B4. Grayscale: #555555. Windows color (decimal): -3662517 or 4922824. OLE color: 4922824.
HSL color Cylindrical-coordinate representation of color #C81D4B: hue angle of 343.86º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81D4B is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 29 | 75 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.22 |
| HSL | 343.86º | 0.75% | 0.45% | - |
| HSV(B) | 343.86º | 0.86% | 0.78% | - |
| XYZ | 25.53 | 13.67 | 7.95 | - |
| YUV | 85.37 | 122.15 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 29 | 75 | 0 | 0.86 | 0.62 | 0.22 | 343.86 | 0.75 | 0.45 |
| Hex | C8 | 1D | 4B | 0 | 56 | 3E | 16 | 158 | 4B | 2D |
| Octal | 310 | 35 | 113 | 0 | 126 | 76 | 26 | 530 | 113 | 55 |
| Binary | 11001000 | 11101 | 1001011 | 0 | 1010110 | 111110 | 10110 | 101011000 | 1001011 | 101101 |
Color Harmonies of #C81D4B
Complementary color
Monochromatic Colors of #C81D4B
Black with #C81D4B
Text Example
Text Example
White with #C81D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81D4B; }
p { color: rgb(200,29,75); }
H1.HeaderClassName
{
color: #C81D4B;
}
.AnyTagClassName
{
color: #C81D4B;
}
</style>
background-color css
<style>
a { background-color: #C81D4B; }
a { background-color: rgb(200,29,75); }
div.DivClassName
{
background-color: #C81D4B;
}
.BgClassName
{
background-color: #C81D4B;
}
</style>
border-color css
<style>
span { border-color: #C81D4B; }
span { border-color: rgb(200,29,75); }
td.TdClassName
{
border-color: #C81D4B;
}
.TagClassName
{
border-color: #C81D4B;
}
</style>