Shades of Cardinal #C81738
Tints of Cardinal #C81738
RGB
CMYK
RGB Variations
Color information
#C81738 (or 0xC81738) is known color: Cardinal. HEX triplet: C8, 17 and 38. RGB value is (200,23,56). Sum of RGB (Red+Green+Blue) = 200+23+56=279 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.68% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 200 - color contains mainly: red. Hex color #C81738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81738 is #37E8C7. Grayscale: #4F4F4F. Windows color (decimal): -3664072 or 3676104. OLE color: 3676104.
HSL color Cylindrical-coordinate representation of color #C81738: hue angle of 348.81º 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 #C81738 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 56 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.22 |
| HSL | 348.81º | 0.79% | 0.44% | - |
| HSV(B) | 348.81º | 0.89% | 0.78% | - |
| XYZ | 24.84 | 13.18 | 4.98 | - |
| YUV | 79.69 | 114.64 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 56 | 0 | 0.88 | 0.72 | 0.22 | 348.81 | 0.79 | 0.44 |
| Hex | C8 | 17 | 38 | 0 | 58 | 48 | 16 | 15D | 4F | 2C |
| Octal | 310 | 27 | 70 | 0 | 130 | 110 | 26 | 535 | 117 | 54 |
| Binary | 11001000 | 10111 | 111000 | 0 | 1011000 | 1001000 | 10110 | 101011101 | 1001111 | 101100 |
Color Harmonies of #C81738
Complementary color
Monochromatic Colors of #C81738
Black with #C81738
Text Example
Text Example
White with #C81738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81738; }
p { color: rgb(200,23,56); }
H1.HeaderClassName
{
color: #C81738;
}
.AnyTagClassName
{
color: #C81738;
}
</style>
background-color css
<style>
a { background-color: #C81738; }
a { background-color: rgb(200,23,56); }
div.DivClassName
{
background-color: #C81738;
}
.BgClassName
{
background-color: #C81738;
}
</style>
border-color css
<style>
span { border-color: #C81738; }
span { border-color: rgb(200,23,56); }
td.TdClassName
{
border-color: #C81738;
}
.TagClassName
{
border-color: #C81738;
}
</style>