Shades of Cardinal #C3124B
Tints of Cardinal #C3124B
RGB
CMYK
RGB Variations
Color information
#C3124B (or 0xC3124B) is known color: Cardinal. HEX triplet: C3, 12 and 4B. RGB value is (195,18,75). Sum of RGB (Red+Green+Blue) = 195+18+75=288 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.71% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 195 - color contains mainly: red. Hex color #C3124B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3124B is #3CEDB4. Grayscale: #4D4D4D. Windows color (decimal): -3993013 or 4920003. OLE color: 4920003.
HSL color Cylindrical-coordinate representation of color #C3124B: hue angle of 340.68º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C3124B is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 75 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.24 |
| HSL | 340.68º | 0.83% | 0.42% | - |
| HSV(B) | 340.68º | 0.91% | 0.76% | - |
| XYZ | 23.99 | 12.54 | 7.81 | - |
| YUV | 77.42 | 126.64 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 75 | 0 | 0.91 | 0.62 | 0.24 | 340.68 | 0.83 | 0.42 |
| Hex | C3 | 12 | 4B | 0 | 5B | 3E | 18 | 155 | 53 | 2A |
| Octal | 303 | 22 | 113 | 0 | 133 | 76 | 30 | 525 | 123 | 52 |
| Binary | 11000011 | 10010 | 1001011 | 0 | 1011011 | 111110 | 11000 | 101010101 | 1010011 | 101010 |
Color Harmonies of #C3124B
Complementary color
Monochromatic Colors of #C3124B
Black with #C3124B
Text Example
Text Example
White with #C3124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3124B; }
p { color: rgb(195,18,75); }
H1.HeaderClassName
{
color: #C3124B;
}
.AnyTagClassName
{
color: #C3124B;
}
</style>
background-color css
<style>
a { background-color: #C3124B; }
a { background-color: rgb(195,18,75); }
div.DivClassName
{
background-color: #C3124B;
}
.BgClassName
{
background-color: #C3124B;
}
</style>
border-color css
<style>
span { border-color: #C3124B; }
span { border-color: rgb(195,18,75); }
td.TdClassName
{
border-color: #C3124B;
}
.TagClassName
{
border-color: #C3124B;
}
</style>