Shades of Cardinal #C31742
Tints of Cardinal #C31742
RGB
CMYK
RGB Variations
Color information
#C31742 (or 0xC31742) is known color: Cardinal. HEX triplet: C3, 17 and 42. RGB value is (195,23,66). Sum of RGB (Red+Green+Blue) = 195+23+66=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C31742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31742 is #3CE8BD. Grayscale: #4F4F4F. Windows color (decimal): -3991742 or 4331459. OLE color: 4331459.
HSL color Cylindrical-coordinate representation of color #C31742: hue angle of 345º degrees, saturation: 0.79, 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 #C31742 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 23 | 66 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.24 |
| HSL | 345º | 0.79% | 0.43% | - |
| HSV(B) | 345º | 0.88% | 0.76% | - |
| XYZ | 23.8 | 12.61 | 6.33 | - |
| YUV | 79.33 | 120.48 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 66 | 0 | 0.88 | 0.66 | 0.24 | 345 | 0.79 | 0.43 |
| Hex | C3 | 17 | 42 | 0 | 58 | 42 | 18 | 159 | 4F | 2B |
| Octal | 303 | 27 | 102 | 0 | 130 | 102 | 30 | 531 | 117 | 53 |
| Binary | 11000011 | 10111 | 1000010 | 0 | 1011000 | 1000010 | 11000 | 101011001 | 1001111 | 101011 |
Color Harmonies of #C31742
Complementary color
Monochromatic Colors of #C31742
Black with #C31742
Text Example
Text Example
White with #C31742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31742; }
p { color: rgb(195,23,66); }
H1.HeaderClassName
{
color: #C31742;
}
.AnyTagClassName
{
color: #C31742;
}
</style>
background-color css
<style>
a { background-color: #C31742; }
a { background-color: rgb(195,23,66); }
div.DivClassName
{
background-color: #C31742;
}
.BgClassName
{
background-color: #C31742;
}
</style>
border-color css
<style>
span { border-color: #C31742; }
span { border-color: rgb(195,23,66); }
td.TdClassName
{
border-color: #C31742;
}
.TagClassName
{
border-color: #C31742;
}
</style>