Shades of Cardinal #C2183E
Tints of Cardinal #C2183E
RGB
CMYK
RGB Variations
Color information
#C2183E (or 0xC2183E) is known color: Cardinal. HEX triplet: C2, 18 and 3E. RGB value is (194,24,62). Sum of RGB (Red+Green+Blue) = 194+24+62=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 62 (24.61% from 255 or 22.14% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C2183E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2183E is #3DE7C1. Grayscale: #4F4F4F. Windows color (decimal): -4057026 or 4069570. OLE color: 4069570.
HSL color Cylindrical-coordinate representation of color #C2183E: hue angle of 346.59º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2183E is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 62 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.24 |
| HSL | 346.59º | 0.78% | 0.43% | - |
| HSV(B) | 346.59º | 0.88% | 0.76% | - |
| XYZ | 23.44 | 12.47 | 5.73 | - |
| YUV | 79.16 | 118.32 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 62 | 0 | 0.88 | 0.68 | 0.24 | 346.59 | 0.78 | 0.43 |
| Hex | C2 | 18 | 3E | 0 | 58 | 44 | 18 | 15B | 4E | 2B |
| Octal | 302 | 30 | 76 | 0 | 130 | 104 | 30 | 533 | 116 | 53 |
| Binary | 11000010 | 11000 | 111110 | 0 | 1011000 | 1000100 | 11000 | 101011011 | 1001110 | 101011 |
Color Harmonies of #C2183E
Complementary color
Monochromatic Colors of #C2183E
Black with #C2183E
Text Example
Text Example
White with #C2183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2183E; }
p { color: rgb(194,24,62); }
H1.HeaderClassName
{
color: #C2183E;
}
.AnyTagClassName
{
color: #C2183E;
}
</style>
background-color css
<style>
a { background-color: #C2183E; }
a { background-color: rgb(194,24,62); }
div.DivClassName
{
background-color: #C2183E;
}
.BgClassName
{
background-color: #C2183E;
}
</style>
border-color css
<style>
span { border-color: #C2183E; }
span { border-color: rgb(194,24,62); }
td.TdClassName
{
border-color: #C2183E;
}
.TagClassName
{
border-color: #C2183E;
}
</style>