Shades of Cardinal #C82339
Tints of Cardinal #C82339
RGB
CMYK
RGB Variations
Color information
#C82339 (or 0xC82339) is known color: Cardinal. HEX triplet: C8, 23 and 39. RGB value is (200,35,57). Sum of RGB (Red+Green+Blue) = 200+35+57=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 57 (22.66% from 255 or 19.52% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C82339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82339 is #37DCC6. Grayscale: #565656. Windows color (decimal): -3660999 or 3744712. OLE color: 3744712.
HSL color Cylindrical-coordinate representation of color #C82339: hue angle of 352º degrees, saturation: 0.7, 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 #C82339 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 57 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.22 |
| HSL | 352º | 0.7% | 0.46% | - |
| HSV(B) | 352º | 0.83% | 0.78% | - |
| XYZ | 25.16 | 13.78 | 5.2 | - |
| YUV | 86.84 | 111.16 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 57 | 0 | 0.82 | 0.72 | 0.22 | 352 | 0.7 | 0.46 |
| Hex | C8 | 23 | 39 | 0 | 52 | 48 | 16 | 160 | 46 | 2E |
| Octal | 310 | 43 | 71 | 0 | 122 | 110 | 26 | 540 | 106 | 56 |
| Binary | 11001000 | 100011 | 111001 | 0 | 1010010 | 1001000 | 10110 | 101100000 | 1000110 | 101110 |
Color Harmonies of #C82339
Complementary color
Monochromatic Colors of #C82339
Black with #C82339
Text Example
Text Example
White with #C82339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82339; }
p { color: rgb(200,35,57); }
H1.HeaderClassName
{
color: #C82339;
}
.AnyTagClassName
{
color: #C82339;
}
</style>
background-color css
<style>
a { background-color: #C82339; }
a { background-color: rgb(200,35,57); }
div.DivClassName
{
background-color: #C82339;
}
.BgClassName
{
background-color: #C82339;
}
</style>
border-color css
<style>
span { border-color: #C82339; }
span { border-color: rgb(200,35,57); }
td.TdClassName
{
border-color: #C82339;
}
.TagClassName
{
border-color: #C82339;
}
</style>