Shades of Cardinal #C81C34
Tints of Cardinal #C81C34
RGB
CMYK
RGB Variations
Color information
#C81C34 (or 0xC81C34) is known color: Cardinal. HEX triplet: C8, 1C and 34. RGB value is (200,28,52). Sum of RGB (Red+Green+Blue) = 200+28+52=280 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.43% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 200 - color contains mainly: red. Hex color #C81C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81C34 is #37E3CB. Grayscale: #525252. Windows color (decimal): -3662796 or 3415240. OLE color: 3415240.
HSL color Cylindrical-coordinate representation of color #C81C34: hue angle of 351.63º 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 #C81C34 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 28 | 52 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.22 |
| HSL | 351.63º | 0.75% | 0.45% | - |
| HSV(B) | 351.63º | 0.86% | 0.78% | - |
| XYZ | 24.85 | 13.36 | 4.52 | - |
| YUV | 82.16 | 110.98 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 28 | 52 | 0 | 0.86 | 0.74 | 0.22 | 351.63 | 0.75 | 0.45 |
| Hex | C8 | 1C | 34 | 0 | 56 | 4A | 16 | 160 | 4B | 2D |
| Octal | 310 | 34 | 64 | 0 | 126 | 112 | 26 | 540 | 113 | 55 |
| Binary | 11001000 | 11100 | 110100 | 0 | 1010110 | 1001010 | 10110 | 101100000 | 1001011 | 101101 |
Color Harmonies of #C81C34
Complementary color
Monochromatic Colors of #C81C34
Black with #C81C34
Text Example
Text Example
White with #C81C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81C34; }
p { color: rgb(200,28,52); }
H1.HeaderClassName
{
color: #C81C34;
}
.AnyTagClassName
{
color: #C81C34;
}
</style>
background-color css
<style>
a { background-color: #C81C34; }
a { background-color: rgb(200,28,52); }
div.DivClassName
{
background-color: #C81C34;
}
.BgClassName
{
background-color: #C81C34;
}
</style>
border-color css
<style>
span { border-color: #C81C34; }
span { border-color: rgb(200,28,52); }
td.TdClassName
{
border-color: #C81C34;
}
.TagClassName
{
border-color: #C81C34;
}
</style>