Shades of Cardinal #C82639
Tints of Cardinal #C82639
RGB
CMYK
RGB Variations
Color information
#C82639 (or 0xC82639) is known color: Cardinal. HEX triplet: C8, 26 and 39. RGB value is (200,38,57). Sum of RGB (Red+Green+Blue) = 200+38+57=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C82639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82639 is #37D9C6. Grayscale: #585858. Windows color (decimal): -3660231 or 3745480. OLE color: 3745480.
HSL color Cylindrical-coordinate representation of color #C82639: hue angle of 352.96º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82639 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 57 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.22 |
| HSL | 352.96º | 0.68% | 0.47% | - |
| HSV(B) | 352.96º | 0.81% | 0.78% | - |
| XYZ | 25.25 | 13.96 | 5.23 | - |
| YUV | 88.6 | 110.17 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 57 | 0 | 0.81 | 0.72 | 0.22 | 352.96 | 0.68 | 0.47 |
| Hex | C8 | 26 | 39 | 0 | 51 | 48 | 16 | 161 | 44 | 2F |
| Octal | 310 | 46 | 71 | 0 | 121 | 110 | 26 | 541 | 104 | 57 |
| Binary | 11001000 | 100110 | 111001 | 0 | 1010001 | 1001000 | 10110 | 101100001 | 1000100 | 101111 |
Color Harmonies of #C82639
Complementary color
Monochromatic Colors of #C82639
Black with #C82639
Text Example
Text Example
White with #C82639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82639; }
p { color: rgb(200,38,57); }
H1.HeaderClassName
{
color: #C82639;
}
.AnyTagClassName
{
color: #C82639;
}
</style>
background-color css
<style>
a { background-color: #C82639; }
a { background-color: rgb(200,38,57); }
div.DivClassName
{
background-color: #C82639;
}
.BgClassName
{
background-color: #C82639;
}
</style>
border-color css
<style>
span { border-color: #C82639; }
span { border-color: rgb(200,38,57); }
td.TdClassName
{
border-color: #C82639;
}
.TagClassName
{
border-color: #C82639;
}
</style>