Shades of Cardinal #C8183D
Tints of Cardinal #C8183D
RGB
CMYK
RGB Variations
Color information
#C8183D (or 0xC8183D) is known color: Cardinal. HEX triplet: C8, 18 and 3D. RGB value is (200,24,61). Sum of RGB (Red+Green+Blue) = 200+24+61=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C8183D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8183D is #37E7C2. Grayscale: #505050. Windows color (decimal): -3663811 or 4004040. OLE color: 4004040.
HSL color Cylindrical-coordinate representation of color #C8183D: hue angle of 347.39º degrees, saturation: 0.79, 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 #C8183D is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 61 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.22 |
| HSL | 347.39º | 0.79% | 0.44% | - |
| HSV(B) | 347.39º | 0.88% | 0.78% | - |
| XYZ | 24.99 | 13.27 | 5.66 | - |
| YUV | 80.84 | 116.81 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 61 | 0 | 0.88 | 0.69 | 0.22 | 347.39 | 0.79 | 0.44 |
| Hex | C8 | 18 | 3D | 0 | 58 | 45 | 16 | 15B | 4F | 2C |
| Octal | 310 | 30 | 75 | 0 | 130 | 105 | 26 | 533 | 117 | 54 |
| Binary | 11001000 | 11000 | 111101 | 0 | 1011000 | 1000101 | 10110 | 101011011 | 1001111 | 101100 |
Color Harmonies of #C8183D
Complementary color
Monochromatic Colors of #C8183D
Black with #C8183D
Text Example
Text Example
White with #C8183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8183D; }
p { color: rgb(200,24,61); }
H1.HeaderClassName
{
color: #C8183D;
}
.AnyTagClassName
{
color: #C8183D;
}
</style>
background-color css
<style>
a { background-color: #C8183D; }
a { background-color: rgb(200,24,61); }
div.DivClassName
{
background-color: #C8183D;
}
.BgClassName
{
background-color: #C8183D;
}
</style>
border-color css
<style>
span { border-color: #C8183D; }
span { border-color: rgb(200,24,61); }
td.TdClassName
{
border-color: #C8183D;
}
.TagClassName
{
border-color: #C8183D;
}
</style>