Shades of Cardinal #C82340
Tints of Cardinal #C82340
RGB
CMYK
RGB Variations
Color information
#C82340 (or 0xC82340) is known color: Cardinal. HEX triplet: C8, 23 and 40. RGB value is (200,35,64). Sum of RGB (Red+Green+Blue) = 200+35+64=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C82340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82340 is #37DCBF. Grayscale: #575757. Windows color (decimal): -3660992 or 4203464. OLE color: 4203464.
HSL color Cylindrical-coordinate representation of color #C82340: hue angle of 349.45º 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 #C82340 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 64 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.22 |
| HSL | 349.45º | 0.7% | 0.46% | - |
| HSV(B) | 349.45º | 0.83% | 0.78% | - |
| XYZ | 25.35 | 13.85 | 6.19 | - |
| YUV | 87.64 | 114.66 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 64 | 0 | 0.82 | 0.68 | 0.22 | 349.45 | 0.7 | 0.46 |
| Hex | C8 | 23 | 40 | 0 | 52 | 44 | 16 | 15D | 46 | 2E |
| Octal | 310 | 43 | 100 | 0 | 122 | 104 | 26 | 535 | 106 | 56 |
| Binary | 11001000 | 100011 | 1000000 | 0 | 1010010 | 1000100 | 10110 | 101011101 | 1000110 | 101110 |
Color Harmonies of #C82340
Complementary color
Monochromatic Colors of #C82340
Black with #C82340
Text Example
Text Example
White with #C82340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82340; }
p { color: rgb(200,35,64); }
H1.HeaderClassName
{
color: #C82340;
}
.AnyTagClassName
{
color: #C82340;
}
</style>
background-color css
<style>
a { background-color: #C82340; }
a { background-color: rgb(200,35,64); }
div.DivClassName
{
background-color: #C82340;
}
.BgClassName
{
background-color: #C82340;
}
</style>
border-color css
<style>
span { border-color: #C82340; }
span { border-color: rgb(200,35,64); }
td.TdClassName
{
border-color: #C82340;
}
.TagClassName
{
border-color: #C82340;
}
</style>