Shades of Cardinal #C81744
Tints of Cardinal #C81744
RGB
CMYK
RGB Variations
Color information
#C81744 (or 0xC81744) is known color: Cardinal. HEX triplet: C8, 17 and 44. RGB value is (200,23,68). Sum of RGB (Red+Green+Blue) = 200+23+68=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C81744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81744 is #37E8BB. Grayscale: #515151. Windows color (decimal): -3664060 or 4462536. OLE color: 4462536.
HSL color Cylindrical-coordinate representation of color #C81744: hue angle of 344.75º 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 #C81744 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 68 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.22 |
| HSL | 344.75º | 0.79% | 0.44% | - |
| HSV(B) | 344.75º | 0.89% | 0.78% | - |
| XYZ | 25.17 | 13.31 | 6.71 | - |
| YUV | 81.05 | 120.64 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 68 | 0 | 0.88 | 0.66 | 0.22 | 344.75 | 0.79 | 0.44 |
| Hex | C8 | 17 | 44 | 0 | 58 | 42 | 16 | 159 | 4F | 2C |
| Octal | 310 | 27 | 104 | 0 | 130 | 102 | 26 | 531 | 117 | 54 |
| Binary | 11001000 | 10111 | 1000100 | 0 | 1011000 | 1000010 | 10110 | 101011001 | 1001111 | 101100 |
Color Harmonies of #C81744
Complementary color
Monochromatic Colors of #C81744
Black with #C81744
Text Example
Text Example
White with #C81744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81744; }
p { color: rgb(200,23,68); }
H1.HeaderClassName
{
color: #C81744;
}
.AnyTagClassName
{
color: #C81744;
}
</style>
background-color css
<style>
a { background-color: #C81744; }
a { background-color: rgb(200,23,68); }
div.DivClassName
{
background-color: #C81744;
}
.BgClassName
{
background-color: #C81744;
}
</style>
border-color css
<style>
span { border-color: #C81744; }
span { border-color: rgb(200,23,68); }
td.TdClassName
{
border-color: #C81744;
}
.TagClassName
{
border-color: #C81744;
}
</style>