Shades of Cardinal #C2183C
Tints of Cardinal #C2183C
RGB
CMYK
RGB Variations
Color information
#C2183C (or 0xC2183C) is known color: Cardinal. HEX triplet: C2, 18 and 3C. RGB value is (194,24,60). Sum of RGB (Red+Green+Blue) = 194+24+60=278 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.78% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 194 - color contains mainly: red. Hex color #C2183C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2183C is #3DE7C3. Grayscale: #4E4E4E. Windows color (decimal): -4057028 or 3938498. OLE color: 3938498.
HSL color Cylindrical-coordinate representation of color #C2183C: hue angle of 347.29º 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 #C2183C is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 60 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.24 |
| HSL | 347.29º | 0.78% | 0.43% | - |
| HSV(B) | 347.29º | 0.88% | 0.76% | - |
| XYZ | 23.39 | 12.45 | 5.45 | - |
| YUV | 78.93 | 117.32 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 60 | 0 | 0.88 | 0.69 | 0.24 | 347.29 | 0.78 | 0.43 |
| Hex | C2 | 18 | 3C | 0 | 58 | 45 | 18 | 15B | 4E | 2B |
| Octal | 302 | 30 | 74 | 0 | 130 | 105 | 30 | 533 | 116 | 53 |
| Binary | 11000010 | 11000 | 111100 | 0 | 1011000 | 1000101 | 11000 | 101011011 | 1001110 | 101011 |
Color Harmonies of #C2183C
Complementary color
Monochromatic Colors of #C2183C
Black with #C2183C
Text Example
Text Example
White with #C2183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2183C; }
p { color: rgb(194,24,60); }
H1.HeaderClassName
{
color: #C2183C;
}
.AnyTagClassName
{
color: #C2183C;
}
</style>
background-color css
<style>
a { background-color: #C2183C; }
a { background-color: rgb(194,24,60); }
div.DivClassName
{
background-color: #C2183C;
}
.BgClassName
{
background-color: #C2183C;
}
</style>
border-color css
<style>
span { border-color: #C2183C; }
span { border-color: rgb(194,24,60); }
td.TdClassName
{
border-color: #C2183C;
}
.TagClassName
{
border-color: #C2183C;
}
</style>