Shades of Cardinal #C4033F
Tints of Cardinal #C4033F
RGB
CMYK
RGB Variations
Color information
#C4033F (or 0xC4033F) is known color: Cardinal. HEX triplet: C4, 03 and 3F. RGB value is (196,3,63). Sum of RGB (Red+Green+Blue) = 196+3+63=262 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.81% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 196 - color contains mainly: red. Hex color #C4033F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4033F is #3BFCC0. Grayscale: #434343. Windows color (decimal): -3931329 or 4129732. OLE color: 4129732.
HSL color Cylindrical-coordinate representation of color #C4033F: hue angle of 341.35º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C4033F is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 3 | 63 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.23 |
| HSL | 341.35º | 0.97% | 0.39% | - |
| HSV(B) | 341.35º | 0.98% | 0.77% | - |
| XYZ | 23.69 | 12.16 | 5.8 | - |
| YUV | 67.55 | 125.44 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 63 | 0 | 0.98 | 0.68 | 0.23 | 341.35 | 0.97 | 0.39 |
| Hex | C4 | 3 | 3F | 0 | 62 | 44 | 17 | 155 | 61 | 27 |
| Octal | 304 | 3 | 77 | 0 | 142 | 104 | 27 | 525 | 141 | 47 |
| Binary | 11000100 | 11 | 111111 | 0 | 1100010 | 1000100 | 10111 | 101010101 | 1100001 | 100111 |
Color Harmonies of #C4033F
Complementary color
Monochromatic Colors of #C4033F
Black with #C4033F
Text Example
Text Example
White with #C4033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4033F; }
p { color: rgb(196,3,63); }
H1.HeaderClassName
{
color: #C4033F;
}
.AnyTagClassName
{
color: #C4033F;
}
</style>
background-color css
<style>
a { background-color: #C4033F; }
a { background-color: rgb(196,3,63); }
div.DivClassName
{
background-color: #C4033F;
}
.BgClassName
{
background-color: #C4033F;
}
</style>
border-color css
<style>
span { border-color: #C4033F; }
span { border-color: rgb(196,3,63); }
td.TdClassName
{
border-color: #C4033F;
}
.TagClassName
{
border-color: #C4033F;
}
</style>