Shades of Cardinal #C81745
Tints of Cardinal #C81745
RGB
CMYK
RGB Variations
Color information
#C81745 (or 0xC81745) is known color: Cardinal. HEX triplet: C8, 17 and 45. RGB value is (200,23,69). Sum of RGB (Red+Green+Blue) = 200+23+69=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C81745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81745 is #37E8BA. Grayscale: #515151. Windows color (decimal): -3664059 or 4528072. OLE color: 4528072.
HSL color Cylindrical-coordinate representation of color #C81745: hue angle of 344.41º 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 #C81745 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 69 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.22 |
| HSL | 344.41º | 0.79% | 0.44% | - |
| HSV(B) | 344.41º | 0.89% | 0.78% | - |
| XYZ | 25.2 | 13.32 | 6.87 | - |
| YUV | 81.17 | 121.14 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 69 | 0 | 0.88 | 0.66 | 0.22 | 344.41 | 0.79 | 0.44 |
| Hex | C8 | 17 | 45 | 0 | 58 | 42 | 16 | 158 | 4F | 2C |
| Octal | 310 | 27 | 105 | 0 | 130 | 102 | 26 | 530 | 117 | 54 |
| Binary | 11001000 | 10111 | 1000101 | 0 | 1011000 | 1000010 | 10110 | 101011000 | 1001111 | 101100 |
Color Harmonies of #C81745
Complementary color
Monochromatic Colors of #C81745
Black with #C81745
Text Example
Text Example
White with #C81745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81745; }
p { color: rgb(200,23,69); }
H1.HeaderClassName
{
color: #C81745;
}
.AnyTagClassName
{
color: #C81745;
}
</style>
background-color css
<style>
a { background-color: #C81745; }
a { background-color: rgb(200,23,69); }
div.DivClassName
{
background-color: #C81745;
}
.BgClassName
{
background-color: #C81745;
}
</style>
border-color css
<style>
span { border-color: #C81745; }
span { border-color: rgb(200,23,69); }
td.TdClassName
{
border-color: #C81745;
}
.TagClassName
{
border-color: #C81745;
}
</style>