Shades of Cardinal #C82439
Tints of Cardinal #C82439
RGB
CMYK
RGB Variations
Color information
#C82439 (or 0xC82439) is known color: Cardinal. HEX triplet: C8, 24 and 39. RGB value is (200,36,57). Sum of RGB (Red+Green+Blue) = 200+36+57=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C82439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82439 is #37DBC6. Grayscale: #575757. Windows color (decimal): -3660743 or 3744968. OLE color: 3744968.
HSL color Cylindrical-coordinate representation of color #C82439: hue angle of 352.32º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82439 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 57 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.22 |
| HSL | 352.32º | 0.69% | 0.46% | - |
| HSV(B) | 352.32º | 0.82% | 0.78% | - |
| XYZ | 25.19 | 13.84 | 5.21 | - |
| YUV | 87.43 | 110.83 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 57 | 0 | 0.82 | 0.72 | 0.22 | 352.32 | 0.69 | 0.46 |
| Hex | C8 | 24 | 39 | 0 | 52 | 48 | 16 | 160 | 45 | 2E |
| Octal | 310 | 44 | 71 | 0 | 122 | 110 | 26 | 540 | 105 | 56 |
| Binary | 11001000 | 100100 | 111001 | 0 | 1010010 | 1001000 | 10110 | 101100000 | 1000101 | 101110 |
Color Harmonies of #C82439
Complementary color
Monochromatic Colors of #C82439
Black with #C82439
Text Example
Text Example
White with #C82439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82439; }
p { color: rgb(200,36,57); }
H1.HeaderClassName
{
color: #C82439;
}
.AnyTagClassName
{
color: #C82439;
}
</style>
background-color css
<style>
a { background-color: #C82439; }
a { background-color: rgb(200,36,57); }
div.DivClassName
{
background-color: #C82439;
}
.BgClassName
{
background-color: #C82439;
}
</style>
border-color css
<style>
span { border-color: #C82439; }
span { border-color: rgb(200,36,57); }
td.TdClassName
{
border-color: #C82439;
}
.TagClassName
{
border-color: #C82439;
}
</style>