Shades of Cardinal #C31045
Tints of Cardinal #C31045
RGB
CMYK
RGB Variations
Color information
#C31045 (or 0xC31045) is known color: Cardinal. HEX triplet: C3, 10 and 45. RGB value is (195,16,69). Sum of RGB (Red+Green+Blue) = 195+16+69=280 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.64% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 195 - color contains mainly: red. Hex color #C31045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31045 is #3CEFBA. Grayscale: #4B4B4B. Windows color (decimal): -3993531 or 4526275. OLE color: 4526275.
HSL color Cylindrical-coordinate representation of color #C31045: hue angle of 342.23º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C31045 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 16 | 69 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.24 |
| HSL | 342.23º | 0.85% | 0.41% | - |
| HSV(B) | 342.23º | 0.92% | 0.76% | - |
| XYZ | 23.77 | 12.4 | 6.77 | - |
| YUV | 75.56 | 124.3 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 69 | 0 | 0.92 | 0.65 | 0.24 | 342.23 | 0.85 | 0.41 |
| Hex | C3 | 10 | 45 | 0 | 5C | 41 | 18 | 156 | 55 | 29 |
| Octal | 303 | 20 | 105 | 0 | 134 | 101 | 30 | 526 | 125 | 51 |
| Binary | 11000011 | 10000 | 1000101 | 0 | 1011100 | 1000001 | 11000 | 101010110 | 1010101 | 101001 |
Color Harmonies of #C31045
Complementary color
Monochromatic Colors of #C31045
Black with #C31045
Text Example
Text Example
White with #C31045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31045; }
p { color: rgb(195,16,69); }
H1.HeaderClassName
{
color: #C31045;
}
.AnyTagClassName
{
color: #C31045;
}
</style>
background-color css
<style>
a { background-color: #C31045; }
a { background-color: rgb(195,16,69); }
div.DivClassName
{
background-color: #C31045;
}
.BgClassName
{
background-color: #C31045;
}
</style>
border-color css
<style>
span { border-color: #C31045; }
span { border-color: rgb(195,16,69); }
td.TdClassName
{
border-color: #C31045;
}
.TagClassName
{
border-color: #C31045;
}
</style>