Shades of Cardinal #C40236
Tints of Cardinal #C40236
RGB
CMYK
RGB Variations
Color information
#C40236 (or 0xC40236) is known color: Cardinal. HEX triplet: C4, 02 and 36. RGB value is (196,2,54). Sum of RGB (Red+Green+Blue) = 196+2+54=252 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.78% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 196 - color contains mainly: red. Hex color #C40236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40236 is #3BFDC9. Grayscale: #414141. Windows color (decimal): -3931594 or 3539652. OLE color: 3539652.
HSL color Cylindrical-coordinate representation of color #C40236: hue angle of 343.92º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C40236 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 2 | 54 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.23 |
| HSL | 343.92º | 0.98% | 0.39% | - |
| HSV(B) | 343.92º | 0.99% | 0.77% | - |
| XYZ | 23.45 | 12.05 | 4.58 | - |
| YUV | 65.93 | 121.27 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 2 | 54 | 0 | 0.99 | 0.72 | 0.23 | 343.92 | 0.98 | 0.39 |
| Hex | C4 | 2 | 36 | 0 | 63 | 48 | 17 | 158 | 62 | 27 |
| Octal | 304 | 2 | 66 | 0 | 143 | 110 | 27 | 530 | 142 | 47 |
| Binary | 11000100 | 10 | 110110 | 0 | 1100011 | 1001000 | 10111 | 101011000 | 1100010 | 100111 |
Color Harmonies of #C40236
Complementary color
Monochromatic Colors of #C40236
Black with #C40236
Text Example
Text Example
White with #C40236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40236; }
p { color: rgb(196,2,54); }
H1.HeaderClassName
{
color: #C40236;
}
.AnyTagClassName
{
color: #C40236;
}
</style>
background-color css
<style>
a { background-color: #C40236; }
a { background-color: rgb(196,2,54); }
div.DivClassName
{
background-color: #C40236;
}
.BgClassName
{
background-color: #C40236;
}
</style>
border-color css
<style>
span { border-color: #C40236; }
span { border-color: rgb(196,2,54); }
td.TdClassName
{
border-color: #C40236;
}
.TagClassName
{
border-color: #C40236;
}
</style>