Shades of Cardinal #C6183E
Tints of Cardinal #C6183E
RGB
CMYK
RGB Variations
Color information
#C6183E (or 0xC6183E) is known color: Cardinal. HEX triplet: C6, 18 and 3E. RGB value is (198,24,62). Sum of RGB (Red+Green+Blue) = 198+24+62=284 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.72% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 198 - color contains mainly: red. Hex color #C6183E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6183E is #39E7C1. Grayscale: #505050. Windows color (decimal): -3794882 or 4069574. OLE color: 4069574.
HSL color Cylindrical-coordinate representation of color #C6183E: hue angle of 346.9º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6183E is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 62 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.22 |
| HSL | 346.9º | 0.78% | 0.44% | - |
| HSV(B) | 346.9º | 0.88% | 0.78% | - |
| XYZ | 24.48 | 13.01 | 5.78 | - |
| YUV | 80.36 | 117.65 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 62 | 0 | 0.88 | 0.69 | 0.22 | 346.9 | 0.78 | 0.44 |
| Hex | C6 | 18 | 3E | 0 | 58 | 45 | 16 | 15B | 4E | 2C |
| Octal | 306 | 30 | 76 | 0 | 130 | 105 | 26 | 533 | 116 | 54 |
| Binary | 11000110 | 11000 | 111110 | 0 | 1011000 | 1000101 | 10110 | 101011011 | 1001110 | 101100 |
Color Harmonies of #C6183E
Complementary color
Monochromatic Colors of #C6183E
Black with #C6183E
Text Example
Text Example
White with #C6183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6183E; }
p { color: rgb(198,24,62); }
H1.HeaderClassName
{
color: #C6183E;
}
.AnyTagClassName
{
color: #C6183E;
}
</style>
background-color css
<style>
a { background-color: #C6183E; }
a { background-color: rgb(198,24,62); }
div.DivClassName
{
background-color: #C6183E;
}
.BgClassName
{
background-color: #C6183E;
}
</style>
border-color css
<style>
span { border-color: #C6183E; }
span { border-color: rgb(198,24,62); }
td.TdClassName
{
border-color: #C6183E;
}
.TagClassName
{
border-color: #C6183E;
}
</style>