Shades of Cardinal #C31844
Tints of Cardinal #C31844
RGB
CMYK
RGB Variations
Color information
#C31844 (or 0xC31844) is known color: Cardinal. HEX triplet: C3, 18 and 44. RGB value is (195,24,68). Sum of RGB (Red+Green+Blue) = 195+24+68=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C31844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31844 is #3CE7BB. Grayscale: #505050. Windows color (decimal): -3991484 or 4462787. OLE color: 4462787.
HSL color Cylindrical-coordinate representation of color #C31844: hue angle of 344.56º 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 #C31844 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 68 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.24 |
| HSL | 344.56º | 0.78% | 0.43% | - |
| HSV(B) | 344.56º | 0.88% | 0.76% | - |
| XYZ | 23.88 | 12.67 | 6.66 | - |
| YUV | 80.15 | 121.15 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 68 | 0 | 0.88 | 0.65 | 0.24 | 344.56 | 0.78 | 0.43 |
| Hex | C3 | 18 | 44 | 0 | 58 | 41 | 18 | 159 | 4E | 2B |
| Octal | 303 | 30 | 104 | 0 | 130 | 101 | 30 | 531 | 116 | 53 |
| Binary | 11000011 | 11000 | 1000100 | 0 | 1011000 | 1000001 | 11000 | 101011001 | 1001110 | 101011 |
Color Harmonies of #C31844
Complementary color
Monochromatic Colors of #C31844
Black with #C31844
Text Example
Text Example
White with #C31844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31844; }
p { color: rgb(195,24,68); }
H1.HeaderClassName
{
color: #C31844;
}
.AnyTagClassName
{
color: #C31844;
}
</style>
background-color css
<style>
a { background-color: #C31844; }
a { background-color: rgb(195,24,68); }
div.DivClassName
{
background-color: #C31844;
}
.BgClassName
{
background-color: #C31844;
}
</style>
border-color css
<style>
span { border-color: #C31844; }
span { border-color: rgb(195,24,68); }
td.TdClassName
{
border-color: #C31844;
}
.TagClassName
{
border-color: #C31844;
}
</style>