Shades of Cardinal #C7183C
Tints of Cardinal #C7183C
RGB
CMYK
RGB Variations
Color information
#C7183C (or 0xC7183C) is known color: Cardinal. HEX triplet: C7, 18 and 3C. RGB value is (199,24,60). Sum of RGB (Red+Green+Blue) = 199+24+60=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C7183C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7183C is #38E7C3. Grayscale: #505050. Windows color (decimal): -3729348 or 3938503. OLE color: 3938503.
HSL color Cylindrical-coordinate representation of color #C7183C: hue angle of 347.66º 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 #C7183C is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 60 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.22 |
| HSL | 347.66º | 0.78% | 0.44% | - |
| HSV(B) | 347.66º | 0.88% | 0.78% | - |
| XYZ | 24.7 | 13.12 | 5.51 | - |
| YUV | 80.43 | 116.48 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 60 | 0 | 0.88 | 0.70 | 0.22 | 347.66 | 0.78 | 0.44 |
| Hex | C7 | 18 | 3C | 0 | 58 | 46 | 16 | 15C | 4E | 2C |
| Octal | 307 | 30 | 74 | 0 | 130 | 106 | 26 | 534 | 116 | 54 |
| Binary | 11000111 | 11000 | 111100 | 0 | 1011000 | 1000110 | 10110 | 101011100 | 1001110 | 101100 |
Color Harmonies of #C7183C
Complementary color
Monochromatic Colors of #C7183C
Black with #C7183C
Text Example
Text Example
White with #C7183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7183C; }
p { color: rgb(199,24,60); }
H1.HeaderClassName
{
color: #C7183C;
}
.AnyTagClassName
{
color: #C7183C;
}
</style>
background-color css
<style>
a { background-color: #C7183C; }
a { background-color: rgb(199,24,60); }
div.DivClassName
{
background-color: #C7183C;
}
.BgClassName
{
background-color: #C7183C;
}
</style>
border-color css
<style>
span { border-color: #C7183C; }
span { border-color: rgb(199,24,60); }
td.TdClassName
{
border-color: #C7183C;
}
.TagClassName
{
border-color: #C7183C;
}
</style>