Shades of Cardinal #C31630
Tints of Cardinal #C31630
RGB
CMYK
RGB Variations
Color information
#C31630 (or 0xC31630) is known color: Cardinal. HEX triplet: C3, 16 and 30. RGB value is (195,22,48). Sum of RGB (Red+Green+Blue) = 195+22+48=265 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.58% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 195 - color contains mainly: red. Hex color #C31630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31630 is #3CE9CF. Grayscale: #4C4C4C. Windows color (decimal): -3992016 or 3151555. OLE color: 3151555.
HSL color Cylindrical-coordinate representation of color #C31630: hue angle of 350.98º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31630 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 22 | 48 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.24 |
| HSL | 350.98º | 0.8% | 0.43% | - |
| HSV(B) | 350.98º | 0.89% | 0.76% | - |
| XYZ | 23.33 | 12.39 | 3.96 | - |
| YUV | 76.69 | 111.81 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 22 | 48 | 0 | 0.89 | 0.75 | 0.24 | 350.98 | 0.8 | 0.43 |
| Hex | C3 | 16 | 30 | 0 | 59 | 4B | 18 | 15F | 50 | 2B |
| Octal | 303 | 26 | 60 | 0 | 131 | 113 | 30 | 537 | 120 | 53 |
| Binary | 11000011 | 10110 | 110000 | 0 | 1011001 | 1001011 | 11000 | 101011111 | 1010000 | 101011 |
Color Harmonies of #C31630
Complementary color
Monochromatic Colors of #C31630
Black with #C31630
Text Example
Text Example
White with #C31630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31630; }
p { color: rgb(195,22,48); }
H1.HeaderClassName
{
color: #C31630;
}
.AnyTagClassName
{
color: #C31630;
}
</style>
background-color css
<style>
a { background-color: #C31630; }
a { background-color: rgb(195,22,48); }
div.DivClassName
{
background-color: #C31630;
}
.BgClassName
{
background-color: #C31630;
}
</style>
border-color css
<style>
span { border-color: #C31630; }
span { border-color: rgb(195,22,48); }
td.TdClassName
{
border-color: #C31630;
}
.TagClassName
{
border-color: #C31630;
}
</style>