Shades of Cardinal #C82638
Tints of Cardinal #C82638
RGB
CMYK
RGB Variations
Color information
#C82638 (or 0xC82638) is known color: Cardinal. HEX triplet: C8, 26 and 38. RGB value is (200,38,56). Sum of RGB (Red+Green+Blue) = 200+38+56=294 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.03% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 200 - color contains mainly: red. Hex color #C82638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82638 is #37D9C7. Grayscale: #585858. Windows color (decimal): -3660232 or 3679944. OLE color: 3679944.
HSL color Cylindrical-coordinate representation of color #C82638: hue angle of 353.33º 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 #C82638 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 56 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.22 |
| HSL | 353.33º | 0.68% | 0.47% | - |
| HSV(B) | 353.33º | 0.81% | 0.78% | - |
| XYZ | 25.23 | 13.95 | 5.1 | - |
| YUV | 88.49 | 109.67 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 56 | 0 | 0.81 | 0.72 | 0.22 | 353.33 | 0.68 | 0.47 |
| Hex | C8 | 26 | 38 | 0 | 51 | 48 | 16 | 161 | 44 | 2F |
| Octal | 310 | 46 | 70 | 0 | 121 | 110 | 26 | 541 | 104 | 57 |
| Binary | 11001000 | 100110 | 111000 | 0 | 1010001 | 1001000 | 10110 | 101100001 | 1000100 | 101111 |
Color Harmonies of #C82638
Complementary color
Monochromatic Colors of #C82638
Black with #C82638
Text Example
Text Example
White with #C82638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82638; }
p { color: rgb(200,38,56); }
H1.HeaderClassName
{
color: #C82638;
}
.AnyTagClassName
{
color: #C82638;
}
</style>
background-color css
<style>
a { background-color: #C82638; }
a { background-color: rgb(200,38,56); }
div.DivClassName
{
background-color: #C82638;
}
.BgClassName
{
background-color: #C82638;
}
</style>
border-color css
<style>
span { border-color: #C82638; }
span { border-color: rgb(200,38,56); }
td.TdClassName
{
border-color: #C82638;
}
.TagClassName
{
border-color: #C82638;
}
</style>