Shades of Cardinal #C81D3B
Tints of Cardinal #C81D3B
RGB
CMYK
RGB Variations
Color information
#C81D3B (or 0xC81D3B) is known color: Cardinal. HEX triplet: C8, 1D and 3B. RGB value is (200,29,59). Sum of RGB (Red+Green+Blue) = 200+29+59=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C81D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81D3B is #37E2C4. Grayscale: #535353. Windows color (decimal): -3662533 or 3874248. OLE color: 3874248.
HSL color Cylindrical-coordinate representation of color #C81D3B: hue angle of 349.47º 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 #C81D3B is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 29 | 59 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.22 |
| HSL | 349.47º | 0.75% | 0.45% | - |
| HSV(B) | 349.47º | 0.86% | 0.78% | - |
| XYZ | 25.05 | 13.47 | 5.42 | - |
| YUV | 83.55 | 114.15 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 29 | 59 | 0 | 0.86 | 0.70 | 0.22 | 349.47 | 0.75 | 0.45 |
| Hex | C8 | 1D | 3B | 0 | 56 | 46 | 16 | 15D | 4B | 2D |
| Octal | 310 | 35 | 73 | 0 | 126 | 106 | 26 | 535 | 113 | 55 |
| Binary | 11001000 | 11101 | 111011 | 0 | 1010110 | 1000110 | 10110 | 101011101 | 1001011 | 101101 |
Color Harmonies of #C81D3B
Complementary color
Monochromatic Colors of #C81D3B
Black with #C81D3B
Text Example
Text Example
White with #C81D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81D3B; }
p { color: rgb(200,29,59); }
H1.HeaderClassName
{
color: #C81D3B;
}
.AnyTagClassName
{
color: #C81D3B;
}
</style>
background-color css
<style>
a { background-color: #C81D3B; }
a { background-color: rgb(200,29,59); }
div.DivClassName
{
background-color: #C81D3B;
}
.BgClassName
{
background-color: #C81D3B;
}
</style>
border-color css
<style>
span { border-color: #C81D3B; }
span { border-color: rgb(200,29,59); }
td.TdClassName
{
border-color: #C81D3B;
}
.TagClassName
{
border-color: #C81D3B;
}
</style>