Shades of Cardinal #C81843
Tints of Cardinal #C81843
RGB
CMYK
RGB Variations
Color information
#C81843 (or 0xC81843) is known color: Cardinal. HEX triplet: C8, 18 and 43. RGB value is (200,24,67). Sum of RGB (Red+Green+Blue) = 200+24+67=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C81843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81843 is #37E7BC. Grayscale: #515151. Windows color (decimal): -3663805 or 4397256. OLE color: 4397256.
HSL color Cylindrical-coordinate representation of color #C81843: hue angle of 345.34º 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 #C81843 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 67 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.22 |
| HSL | 345.34º | 0.79% | 0.44% | - |
| HSV(B) | 345.34º | 0.88% | 0.78% | - |
| XYZ | 25.16 | 13.34 | 6.56 | - |
| YUV | 81.53 | 119.81 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 67 | 0 | 0.88 | 0.66 | 0.22 | 345.34 | 0.79 | 0.44 |
| Hex | C8 | 18 | 43 | 0 | 58 | 42 | 16 | 159 | 4F | 2C |
| Octal | 310 | 30 | 103 | 0 | 130 | 102 | 26 | 531 | 117 | 54 |
| Binary | 11001000 | 11000 | 1000011 | 0 | 1011000 | 1000010 | 10110 | 101011001 | 1001111 | 101100 |
Color Harmonies of #C81843
Complementary color
Monochromatic Colors of #C81843
Black with #C81843
Text Example
Text Example
White with #C81843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81843; }
p { color: rgb(200,24,67); }
H1.HeaderClassName
{
color: #C81843;
}
.AnyTagClassName
{
color: #C81843;
}
</style>
background-color css
<style>
a { background-color: #C81843; }
a { background-color: rgb(200,24,67); }
div.DivClassName
{
background-color: #C81843;
}
.BgClassName
{
background-color: #C81843;
}
</style>
border-color css
<style>
span { border-color: #C81843; }
span { border-color: rgb(200,24,67); }
td.TdClassName
{
border-color: #C81843;
}
.TagClassName
{
border-color: #C81843;
}
</style>