Shades of Cardinal #C31843
Tints of Cardinal #C31843
RGB
CMYK
RGB Variations
Color information
#C31843 (or 0xC31843) is known color: Cardinal. HEX triplet: C3, 18 and 43. RGB value is (195,24,67). Sum of RGB (Red+Green+Blue) = 195+24+67=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 67 (26.56% from 255 or 23.43% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C31843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31843 is #3CE7BC. Grayscale: #505050. Windows color (decimal): -3991485 or 4397251. OLE color: 4397251.
HSL color Cylindrical-coordinate representation of color #C31843: hue angle of 344.91º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31843 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 67 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.24 |
| HSL | 344.91º | 0.78% | 0.43% | - |
| HSV(B) | 344.91º | 0.88% | 0.76% | - |
| XYZ | 23.85 | 12.66 | 6.5 | - |
| YUV | 80.03 | 120.65 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 67 | 0 | 0.88 | 0.66 | 0.24 | 344.91 | 0.78 | 0.43 |
| Hex | C3 | 18 | 43 | 0 | 58 | 42 | 18 | 159 | 4E | 2B |
| Octal | 303 | 30 | 103 | 0 | 130 | 102 | 30 | 531 | 116 | 53 |
| Binary | 11000011 | 11000 | 1000011 | 0 | 1011000 | 1000010 | 11000 | 101011001 | 1001110 | 101011 |
Color Harmonies of #C31843
Complementary color
Monochromatic Colors of #C31843
Black with #C31843
Text Example
Text Example
White with #C31843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31843; }
p { color: rgb(195,24,67); }
H1.HeaderClassName
{
color: #C31843;
}
.AnyTagClassName
{
color: #C31843;
}
</style>
background-color css
<style>
a { background-color: #C31843; }
a { background-color: rgb(195,24,67); }
div.DivClassName
{
background-color: #C31843;
}
.BgClassName
{
background-color: #C31843;
}
</style>
border-color css
<style>
span { border-color: #C31843; }
span { border-color: rgb(195,24,67); }
td.TdClassName
{
border-color: #C31843;
}
.TagClassName
{
border-color: #C31843;
}
</style>