Shades of Cardinal #C31344
Tints of Cardinal #C31344
RGB
CMYK
RGB Variations
Color information
#C31344 (or 0xC31344) is known color: Cardinal. HEX triplet: C3, 13 and 44. RGB value is (195,19,68). Sum of RGB (Red+Green+Blue) = 195+19+68=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C31344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31344 is #3CECBB. Grayscale: #4D4D4D. Windows color (decimal): -3992764 or 4461507. OLE color: 4461507.
HSL color Cylindrical-coordinate representation of color #C31344: hue angle of 343.3º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31344 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 68 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.24 |
| HSL | 343.3º | 0.82% | 0.42% | - |
| HSV(B) | 343.3º | 0.9% | 0.76% | - |
| XYZ | 23.78 | 12.49 | 6.63 | - |
| YUV | 77.21 | 122.81 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 68 | 0 | 0.90 | 0.65 | 0.24 | 343.3 | 0.82 | 0.42 |
| Hex | C3 | 13 | 44 | 0 | 5A | 41 | 18 | 157 | 52 | 2A |
| Octal | 303 | 23 | 104 | 0 | 132 | 101 | 30 | 527 | 122 | 52 |
| Binary | 11000011 | 10011 | 1000100 | 0 | 1011010 | 1000001 | 11000 | 101010111 | 1010010 | 101010 |
Color Harmonies of #C31344
Complementary color
Monochromatic Colors of #C31344
Black with #C31344
Text Example
Text Example
White with #C31344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31344; }
p { color: rgb(195,19,68); }
H1.HeaderClassName
{
color: #C31344;
}
.AnyTagClassName
{
color: #C31344;
}
</style>
background-color css
<style>
a { background-color: #C31344; }
a { background-color: rgb(195,19,68); }
div.DivClassName
{
background-color: #C31344;
}
.BgClassName
{
background-color: #C31344;
}
</style>
border-color css
<style>
span { border-color: #C31344; }
span { border-color: rgb(195,19,68); }
td.TdClassName
{
border-color: #C31344;
}
.TagClassName
{
border-color: #C31344;
}
</style>