Shades of Cardinal #C4123D
Tints of Cardinal #C4123D
RGB
CMYK
RGB Variations
Color information
#C4123D (or 0xC4123D) is known color: Cardinal. HEX triplet: C4, 12 and 3D. RGB value is (196,18,61). Sum of RGB (Red+Green+Blue) = 196+18+61=275 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.27% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 196 - color contains mainly: red. Hex color #C4123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4123D is #3BEDC2. Grayscale: #4C4C4C. Windows color (decimal): -3927491 or 4002500. OLE color: 4002500.
HSL color Cylindrical-coordinate representation of color #C4123D: hue angle of 345.51º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C4123D is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 18 | 61 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.23 |
| HSL | 345.51º | 0.83% | 0.42% | - |
| HSV(B) | 345.51º | 0.91% | 0.77% | - |
| XYZ | 23.82 | 12.51 | 5.57 | - |
| YUV | 76.12 | 119.47 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 61 | 0 | 0.91 | 0.69 | 0.23 | 345.51 | 0.83 | 0.42 |
| Hex | C4 | 12 | 3D | 0 | 5B | 45 | 17 | 15A | 53 | 2A |
| Octal | 304 | 22 | 75 | 0 | 133 | 105 | 27 | 532 | 123 | 52 |
| Binary | 11000100 | 10010 | 111101 | 0 | 1011011 | 1000101 | 10111 | 101011010 | 1010011 | 101010 |
Color Harmonies of #C4123D
Complementary color
Monochromatic Colors of #C4123D
Black with #C4123D
Text Example
Text Example
White with #C4123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4123D; }
p { color: rgb(196,18,61); }
H1.HeaderClassName
{
color: #C4123D;
}
.AnyTagClassName
{
color: #C4123D;
}
</style>
background-color css
<style>
a { background-color: #C4123D; }
a { background-color: rgb(196,18,61); }
div.DivClassName
{
background-color: #C4123D;
}
.BgClassName
{
background-color: #C4123D;
}
</style>
border-color css
<style>
span { border-color: #C4123D; }
span { border-color: rgb(196,18,61); }
td.TdClassName
{
border-color: #C4123D;
}
.TagClassName
{
border-color: #C4123D;
}
</style>