Shades of Cardinal #C4023B
Tints of Cardinal #C4023B
RGB
CMYK
RGB Variations
Color information
#C4023B (or 0xC4023B) is known color: Cardinal. HEX triplet: C4, 02 and 3B. RGB value is (196,2,59). Sum of RGB (Red+Green+Blue) = 196+2+59=257 (34% of max value = 765). Red value is 196 (76.95% from 255 or 76.26% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 196 - color contains mainly: red. Hex color #C4023B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4023B is #3BFDC4. Grayscale: #424242. Windows color (decimal): -3931589 or 3867332. OLE color: 3867332.
HSL color Cylindrical-coordinate representation of color #C4023B: hue angle of 342.37º 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 #C4023B is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 2 | 59 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.23 |
| HSL | 342.37º | 0.98% | 0.39% | - |
| HSV(B) | 342.37º | 0.99% | 0.77% | - |
| XYZ | 23.58 | 12.09 | 5.23 | - |
| YUV | 66.5 | 123.77 | 220.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 2 | 59 | 0 | 0.99 | 0.70 | 0.23 | 342.37 | 0.98 | 0.39 |
| Hex | C4 | 2 | 3B | 0 | 63 | 46 | 17 | 156 | 62 | 27 |
| Octal | 304 | 2 | 73 | 0 | 143 | 106 | 27 | 526 | 142 | 47 |
| Binary | 11000100 | 10 | 111011 | 0 | 1100011 | 1000110 | 10111 | 101010110 | 1100010 | 100111 |
Color Harmonies of #C4023B
Complementary color
Monochromatic Colors of #C4023B
Black with #C4023B
Text Example
Text Example
White with #C4023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4023B; }
p { color: rgb(196,2,59); }
H1.HeaderClassName
{
color: #C4023B;
}
.AnyTagClassName
{
color: #C4023B;
}
</style>
background-color css
<style>
a { background-color: #C4023B; }
a { background-color: rgb(196,2,59); }
div.DivClassName
{
background-color: #C4023B;
}
.BgClassName
{
background-color: #C4023B;
}
</style>
border-color css
<style>
span { border-color: #C4023B; }
span { border-color: rgb(196,2,59); }
td.TdClassName
{
border-color: #C4023B;
}
.TagClassName
{
border-color: #C4023B;
}
</style>