Shades of Cardinal #C82534
Tints of Cardinal #C82534
RGB
CMYK
RGB Variations
Color information
#C82534 (or 0xC82534) is known color: Cardinal. HEX triplet: C8, 25 and 34. RGB value is (200,37,52). Sum of RGB (Red+Green+Blue) = 200+37+52=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C82534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82534 is #37DACB. Grayscale: #575757. Windows color (decimal): -3660492 or 3417544. OLE color: 3417544.
HSL color Cylindrical-coordinate representation of color #C82534: hue angle of 354.48º 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 #C82534 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 52 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.22 |
| HSL | 354.48º | 0.69% | 0.46% | - |
| HSV(B) | 354.48º | 0.82% | 0.78% | - |
| XYZ | 25.1 | 13.85 | 4.6 | - |
| YUV | 87.45 | 108 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 52 | 0 | 0.82 | 0.74 | 0.22 | 354.48 | 0.69 | 0.46 |
| Hex | C8 | 25 | 34 | 0 | 52 | 4A | 16 | 162 | 45 | 2E |
| Octal | 310 | 45 | 64 | 0 | 122 | 112 | 26 | 542 | 105 | 56 |
| Binary | 11001000 | 100101 | 110100 | 0 | 1010010 | 1001010 | 10110 | 101100010 | 1000101 | 101110 |
Color Harmonies of #C82534
Complementary color
Monochromatic Colors of #C82534
Black with #C82534
Text Example
Text Example
White with #C82534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82534; }
p { color: rgb(200,37,52); }
H1.HeaderClassName
{
color: #C82534;
}
.AnyTagClassName
{
color: #C82534;
}
</style>
background-color css
<style>
a { background-color: #C82534; }
a { background-color: rgb(200,37,52); }
div.DivClassName
{
background-color: #C82534;
}
.BgClassName
{
background-color: #C82534;
}
</style>
border-color css
<style>
span { border-color: #C82534; }
span { border-color: rgb(200,37,52); }
td.TdClassName
{
border-color: #C82534;
}
.TagClassName
{
border-color: #C82534;
}
</style>