Shades of Cardinal #C42532
Tints of Cardinal #C42532
RGB
CMYK
RGB Variations
Color information
#C42532 (or 0xC42532) is known color: Cardinal. HEX triplet: C4, 25 and 32. RGB value is (196,37,50). Sum of RGB (Red+Green+Blue) = 196+37+50=283 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.26% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 196 - color contains mainly: red. Hex color #C42532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42532 is #3BDACD. Grayscale: #565656. Windows color (decimal): -3922638 or 3286468. OLE color: 3286468.
HSL color Cylindrical-coordinate representation of color #C42532: hue angle of 355.09º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42532 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 37 | 50 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.23 |
| HSL | 355.09º | 0.68% | 0.46% | - |
| HSV(B) | 355.09º | 0.81% | 0.77% | - |
| XYZ | 24 | 13.29 | 4.32 | - |
| YUV | 86.02 | 107.68 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 37 | 50 | 0 | 0.81 | 0.74 | 0.23 | 355.09 | 0.68 | 0.46 |
| Hex | C4 | 25 | 32 | 0 | 51 | 4A | 17 | 163 | 44 | 2E |
| Octal | 304 | 45 | 62 | 0 | 121 | 112 | 27 | 543 | 104 | 56 |
| Binary | 11000100 | 100101 | 110010 | 0 | 1010001 | 1001010 | 10111 | 101100011 | 1000100 | 101110 |
Color Harmonies of #C42532
Complementary color
Monochromatic Colors of #C42532
Black with #C42532
Text Example
Text Example
White with #C42532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42532; }
p { color: rgb(196,37,50); }
H1.HeaderClassName
{
color: #C42532;
}
.AnyTagClassName
{
color: #C42532;
}
</style>
background-color css
<style>
a { background-color: #C42532; }
a { background-color: rgb(196,37,50); }
div.DivClassName
{
background-color: #C42532;
}
.BgClassName
{
background-color: #C42532;
}
</style>
border-color css
<style>
span { border-color: #C42532; }
span { border-color: rgb(196,37,50); }
td.TdClassName
{
border-color: #C42532;
}
.TagClassName
{
border-color: #C42532;
}
</style>