Shades of Cardinal #C81D36
Tints of Cardinal #C81D36
RGB
CMYK
RGB Variations
Color information
#C81D36 (or 0xC81D36) is known color: Cardinal. HEX triplet: C8, 1D and 36. RGB value is (200,29,54). Sum of RGB (Red+Green+Blue) = 200+29+54=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C81D36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81D36 is #37E2C9. Grayscale: #535353. Windows color (decimal): -3662538 or 3546568. OLE color: 3546568.
HSL color Cylindrical-coordinate representation of color #C81D36: hue angle of 351.23º 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 #C81D36 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 29 | 54 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.22 |
| HSL | 351.23º | 0.75% | 0.45% | - |
| HSV(B) | 351.23º | 0.86% | 0.78% | - |
| XYZ | 24.92 | 13.42 | 4.77 | - |
| YUV | 82.98 | 111.65 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 29 | 54 | 0 | 0.86 | 0.73 | 0.22 | 351.23 | 0.75 | 0.45 |
| Hex | C8 | 1D | 36 | 0 | 56 | 49 | 16 | 15F | 4B | 2D |
| Octal | 310 | 35 | 66 | 0 | 126 | 111 | 26 | 537 | 113 | 55 |
| Binary | 11001000 | 11101 | 110110 | 0 | 1010110 | 1001001 | 10110 | 101011111 | 1001011 | 101101 |
Color Harmonies of #C81D36
Complementary color
Monochromatic Colors of #C81D36
Black with #C81D36
Text Example
Text Example
White with #C81D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81D36; }
p { color: rgb(200,29,54); }
H1.HeaderClassName
{
color: #C81D36;
}
.AnyTagClassName
{
color: #C81D36;
}
</style>
background-color css
<style>
a { background-color: #C81D36; }
a { background-color: rgb(200,29,54); }
div.DivClassName
{
background-color: #C81D36;
}
.BgClassName
{
background-color: #C81D36;
}
</style>
border-color css
<style>
span { border-color: #C81D36; }
span { border-color: rgb(200,29,54); }
td.TdClassName
{
border-color: #C81D36;
}
.TagClassName
{
border-color: #C81D36;
}
</style>