Shades of Cardinal #C82535
Tints of Cardinal #C82535
RGB
CMYK
RGB Variations
Color information
#C82535 (or 0xC82535) is known color: Cardinal. HEX triplet: C8, 25 and 35. RGB value is (200,37,53). Sum of RGB (Red+Green+Blue) = 200+37+53=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C82535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82535 is #37DACA. Grayscale: #575757. Windows color (decimal): -3660491 or 3483080. OLE color: 3483080.
HSL color Cylindrical-coordinate representation of color #C82535: hue angle of 354.11º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82535 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 53 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.22 |
| HSL | 354.11º | 0.69% | 0.46% | - |
| HSV(B) | 354.11º | 0.82% | 0.78% | - |
| XYZ | 25.12 | 13.86 | 4.72 | - |
| YUV | 87.56 | 108.5 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 53 | 0 | 0.82 | 0.74 | 0.22 | 354.11 | 0.69 | 0.46 |
| Hex | C8 | 25 | 35 | 0 | 52 | 4A | 16 | 162 | 45 | 2E |
| Octal | 310 | 45 | 65 | 0 | 122 | 112 | 26 | 542 | 105 | 56 |
| Binary | 11001000 | 100101 | 110101 | 0 | 1010010 | 1001010 | 10110 | 101100010 | 1000101 | 101110 |
Color Harmonies of #C82535
Complementary color
Monochromatic Colors of #C82535
Black with #C82535
Text Example
Text Example
White with #C82535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82535; }
p { color: rgb(200,37,53); }
H1.HeaderClassName
{
color: #C82535;
}
.AnyTagClassName
{
color: #C82535;
}
</style>
background-color css
<style>
a { background-color: #C82535; }
a { background-color: rgb(200,37,53); }
div.DivClassName
{
background-color: #C82535;
}
.BgClassName
{
background-color: #C82535;
}
</style>
border-color css
<style>
span { border-color: #C82535; }
span { border-color: rgb(200,37,53); }
td.TdClassName
{
border-color: #C82535;
}
.TagClassName
{
border-color: #C82535;
}
</style>