Shades of Cardinal #C81441
Tints of Cardinal #C81441
RGB
CMYK
RGB Variations
Color information
#C81441 (or 0xC81441) is known color: Cardinal. HEX triplet: C8, 14 and 41. RGB value is (200,20,65). Sum of RGB (Red+Green+Blue) = 200+20+65=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C81441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81441 is #37EBBE. Grayscale: #4E4E4E. Windows color (decimal): -3664831 or 4265160. OLE color: 4265160.
HSL color Cylindrical-coordinate representation of color #C81441: hue angle of 345º degrees, saturation: 0.82, 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 #C81441 is Cyan = 0, Magento = 0.9, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 65 | - |
| CMYK | 0 | 0.9 | 0.68 | 0.22 |
| HSL | 345º | 0.82% | 0.43% | - |
| HSV(B) | 345º | 0.9% | 0.78% | - |
| XYZ | 25.02 | 13.16 | 6.22 | - |
| YUV | 78.95 | 120.13 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 65 | 0 | 0.9 | 0.68 | 0.22 | 345 | 0.82 | 0.43 |
| Hex | C8 | 14 | 41 | 0 | 5A | 44 | 16 | 159 | 52 | 2B |
| Octal | 310 | 24 | 101 | 0 | 132 | 104 | 26 | 531 | 122 | 53 |
| Binary | 11001000 | 10100 | 1000001 | 0 | 1011010 | 1000100 | 10110 | 101011001 | 1010010 | 101011 |
Color Harmonies of #C81441
Complementary color
Monochromatic Colors of #C81441
Black with #C81441
Text Example
Text Example
White with #C81441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81441; }
p { color: rgb(200,20,65); }
H1.HeaderClassName
{
color: #C81441;
}
.AnyTagClassName
{
color: #C81441;
}
</style>
background-color css
<style>
a { background-color: #C81441; }
a { background-color: rgb(200,20,65); }
div.DivClassName
{
background-color: #C81441;
}
.BgClassName
{
background-color: #C81441;
}
</style>
border-color css
<style>
span { border-color: #C81441; }
span { border-color: rgb(200,20,65); }
td.TdClassName
{
border-color: #C81441;
}
.TagClassName
{
border-color: #C81441;
}
</style>