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