Shades of Cardinal #C4023F
Tints of Cardinal #C4023F
RGB
CMYK
RGB Variations
Color information
#C4023F (or 0xC4023F) is known color: Cardinal. HEX triplet: C4, 02 and 3F. RGB value is (196,2,63). Sum of RGB (Red+Green+Blue) = 196+2+63=261 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.10% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 196 - color contains mainly: red. Hex color #C4023F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4023F is #3BFDC0. Grayscale: #424242. Windows color (decimal): -3931585 or 4129476. OLE color: 4129476.
HSL color Cylindrical-coordinate representation of color #C4023F: hue angle of 341.13º 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 #C4023F is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 2 | 63 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.23 |
| HSL | 341.13º | 0.98% | 0.39% | - |
| HSV(B) | 341.13º | 0.99% | 0.77% | - |
| XYZ | 23.68 | 12.14 | 5.8 | - |
| YUV | 66.96 | 125.77 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 2 | 63 | 0 | 0.99 | 0.68 | 0.23 | 341.13 | 0.98 | 0.39 |
| Hex | C4 | 2 | 3F | 0 | 63 | 44 | 17 | 155 | 62 | 27 |
| Octal | 304 | 2 | 77 | 0 | 143 | 104 | 27 | 525 | 142 | 47 |
| Binary | 11000100 | 10 | 111111 | 0 | 1100011 | 1000100 | 10111 | 101010101 | 1100010 | 100111 |
Color Harmonies of #C4023F
Complementary color
Monochromatic Colors of #C4023F
Black with #C4023F
Text Example
Text Example
White with #C4023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4023F; }
p { color: rgb(196,2,63); }
H1.HeaderClassName
{
color: #C4023F;
}
.AnyTagClassName
{
color: #C4023F;
}
</style>
background-color css
<style>
a { background-color: #C4023F; }
a { background-color: rgb(196,2,63); }
div.DivClassName
{
background-color: #C4023F;
}
.BgClassName
{
background-color: #C4023F;
}
</style>
border-color css
<style>
span { border-color: #C4023F; }
span { border-color: rgb(196,2,63); }
td.TdClassName
{
border-color: #C4023F;
}
.TagClassName
{
border-color: #C4023F;
}
</style>