Shades of Cardinal #C4083F
Tints of Cardinal #C4083F
RGB
CMYK
RGB Variations
Color information
#C4083F (or 0xC4083F) is known color: Cardinal. HEX triplet: C4, 08 and 3F. RGB value is (196,8,63). Sum of RGB (Red+Green+Blue) = 196+8+63=267 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.41% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 196 - color contains mainly: red. Hex color #C4083F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4083F is #3BF7C0. Grayscale: #464646. Windows color (decimal): -3930049 or 4131012. OLE color: 4131012.
HSL color Cylindrical-coordinate representation of color #C4083F: hue angle of 342.45º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C4083F is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 63 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.23 |
| HSL | 342.45º | 0.92% | 0.4% | - |
| HSV(B) | 342.45º | 0.96% | 0.77% | - |
| XYZ | 23.75 | 12.27 | 5.82 | - |
| YUV | 70.48 | 123.78 | 217.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 63 | 0 | 0.96 | 0.68 | 0.23 | 342.45 | 0.92 | 0.4 |
| Hex | C4 | 8 | 3F | 0 | 60 | 44 | 17 | 156 | 5C | 28 |
| Octal | 304 | 10 | 77 | 0 | 140 | 104 | 27 | 526 | 134 | 50 |
| Binary | 11000100 | 1000 | 111111 | 0 | 1100000 | 1000100 | 10111 | 101010110 | 1011100 | 101000 |
Color Harmonies of #C4083F
Complementary color
Monochromatic Colors of #C4083F
Black with #C4083F
Text Example
Text Example
White with #C4083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4083F; }
p { color: rgb(196,8,63); }
H1.HeaderClassName
{
color: #C4083F;
}
.AnyTagClassName
{
color: #C4083F;
}
</style>
background-color css
<style>
a { background-color: #C4083F; }
a { background-color: rgb(196,8,63); }
div.DivClassName
{
background-color: #C4083F;
}
.BgClassName
{
background-color: #C4083F;
}
</style>
border-color css
<style>
span { border-color: #C4083F; }
span { border-color: rgb(196,8,63); }
td.TdClassName
{
border-color: #C4083F;
}
.TagClassName
{
border-color: #C4083F;
}
</style>