Shades of Cardinal #C42135
Tints of Cardinal #C42135
RGB
CMYK
RGB Variations
Color information
#C42135 (or 0xC42135) is known color: Cardinal. HEX triplet: C4, 21 and 35. RGB value is (196,33,53). Sum of RGB (Red+Green+Blue) = 196+33+53=282 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.50% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 196 - color contains mainly: red. Hex color #C42135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42135 is #3BDECA. Grayscale: #545454. Windows color (decimal): -3923659 or 3482052. OLE color: 3482052.
HSL color Cylindrical-coordinate representation of color #C42135: hue angle of 352.64º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C42135 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 53 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.23 |
| HSL | 352.64º | 0.71% | 0.45% | - |
| HSV(B) | 352.64º | 0.83% | 0.77% | - |
| XYZ | 23.95 | 13.08 | 4.63 | - |
| YUV | 84.02 | 110.5 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 53 | 0 | 0.83 | 0.73 | 0.23 | 352.64 | 0.71 | 0.45 |
| Hex | C4 | 21 | 35 | 0 | 53 | 49 | 17 | 161 | 47 | 2D |
| Octal | 304 | 41 | 65 | 0 | 123 | 111 | 27 | 541 | 107 | 55 |
| Binary | 11000100 | 100001 | 110101 | 0 | 1010011 | 1001001 | 10111 | 101100001 | 1000111 | 101101 |
Color Harmonies of #C42135
Complementary color
Monochromatic Colors of #C42135
Black with #C42135
Text Example
Text Example
White with #C42135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42135; }
p { color: rgb(196,33,53); }
H1.HeaderClassName
{
color: #C42135;
}
.AnyTagClassName
{
color: #C42135;
}
</style>
background-color css
<style>
a { background-color: #C42135; }
a { background-color: rgb(196,33,53); }
div.DivClassName
{
background-color: #C42135;
}
.BgClassName
{
background-color: #C42135;
}
</style>
border-color css
<style>
span { border-color: #C42135; }
span { border-color: rgb(196,33,53); }
td.TdClassName
{
border-color: #C42135;
}
.TagClassName
{
border-color: #C42135;
}
</style>