Shades of Cardinal #C8133C
Tints of Cardinal #C8133C
RGB
CMYK
RGB Variations
Color information
#C8133C (or 0xC8133C) is known color: Cardinal. HEX triplet: C8, 13 and 3C. RGB value is (200,19,60). Sum of RGB (Red+Green+Blue) = 200+19+60=279 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.68% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 200 - color contains mainly: red. Hex color #C8133C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8133C is #37ECC3. Grayscale: #4D4D4D. Windows color (decimal): -3665092 or 3937224. OLE color: 3937224.
HSL color Cylindrical-coordinate representation of color #C8133C: hue angle of 346.41º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8133C is Cyan = 0, Magento = 0.90, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 19 | 60 | - |
| CMYK | 0 | 0.90 | 0.7 | 0.22 |
| HSL | 346.41º | 0.83% | 0.43% | - |
| HSV(B) | 346.41º | 0.91% | 0.78% | - |
| XYZ | 24.87 | 13.07 | 5.49 | - |
| YUV | 77.79 | 117.97 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 60 | 0 | 0.90 | 0.7 | 0.22 | 346.41 | 0.83 | 0.43 |
| Hex | C8 | 13 | 3C | 0 | 5A | 46 | 16 | 15A | 53 | 2B |
| Octal | 310 | 23 | 74 | 0 | 132 | 106 | 26 | 532 | 123 | 53 |
| Binary | 11001000 | 10011 | 111100 | 0 | 1011010 | 1000110 | 10110 | 101011010 | 1010011 | 101011 |
Color Harmonies of #C8133C
Complementary color
Monochromatic Colors of #C8133C
Black with #C8133C
Text Example
Text Example
White with #C8133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8133C; }
p { color: rgb(200,19,60); }
H1.HeaderClassName
{
color: #C8133C;
}
.AnyTagClassName
{
color: #C8133C;
}
</style>
background-color css
<style>
a { background-color: #C8133C; }
a { background-color: rgb(200,19,60); }
div.DivClassName
{
background-color: #C8133C;
}
.BgClassName
{
background-color: #C8133C;
}
</style>
border-color css
<style>
span { border-color: #C8133C; }
span { border-color: rgb(200,19,60); }
td.TdClassName
{
border-color: #C8133C;
}
.TagClassName
{
border-color: #C8133C;
}
</style>