Shades of Cardinal #C31D36
Tints of Cardinal #C31D36
RGB
CMYK
RGB Variations
Color information
#C31D36 (or 0xC31D36) is known color: Cardinal. HEX triplet: C3, 1D and 36. RGB value is (195,29,54). Sum of RGB (Red+Green+Blue) = 195+29+54=278 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.14% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31D36 is #3CE2C9. Grayscale: #515151. Windows color (decimal): -3990218 or 3546563. OLE color: 3546563.
HSL color Cylindrical-coordinate representation of color #C31D36: hue angle of 350.96º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31D36 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 54 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.24 |
| HSL | 350.96º | 0.74% | 0.44% | - |
| HSV(B) | 350.96º | 0.85% | 0.76% | - |
| XYZ | 23.61 | 12.75 | 4.71 | - |
| YUV | 81.48 | 112.5 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 54 | 0 | 0.85 | 0.72 | 0.24 | 350.96 | 0.74 | 0.44 |
| Hex | C3 | 1D | 36 | 0 | 55 | 48 | 18 | 15F | 4A | 2C |
| Octal | 303 | 35 | 66 | 0 | 125 | 110 | 30 | 537 | 112 | 54 |
| Binary | 11000011 | 11101 | 110110 | 0 | 1010101 | 1001000 | 11000 | 101011111 | 1001010 | 101100 |
Color Harmonies of #C31D36
Complementary color
Monochromatic Colors of #C31D36
Black with #C31D36
Text Example
Text Example
White with #C31D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31D36; }
p { color: rgb(195,29,54); }
H1.HeaderClassName
{
color: #C31D36;
}
.AnyTagClassName
{
color: #C31D36;
}
</style>
background-color css
<style>
a { background-color: #C31D36; }
a { background-color: rgb(195,29,54); }
div.DivClassName
{
background-color: #C31D36;
}
.BgClassName
{
background-color: #C31D36;
}
</style>
border-color css
<style>
span { border-color: #C31D36; }
span { border-color: rgb(195,29,54); }
td.TdClassName
{
border-color: #C31D36;
}
.TagClassName
{
border-color: #C31D36;
}
</style>