Shades of Cardinal #C30840
Tints of Cardinal #C30840
RGB
CMYK
RGB Variations
Color information
#C30840 (or 0xC30840) is known color: Cardinal. HEX triplet: C3, 08 and 40. RGB value is (195,8,64). Sum of RGB (Red+Green+Blue) = 195+8+64=267 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.03% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 195 - color contains mainly: red. Hex color #C30840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30840 is #3CF7BF. Grayscale: #464646. Windows color (decimal): -3995584 or 4196547. OLE color: 4196547.
HSL color Cylindrical-coordinate representation of color #C30840: hue angle of 342.03º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30840 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 8 | 64 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.24 |
| HSL | 342.03º | 0.92% | 0.4% | - |
| HSV(B) | 342.03º | 0.96% | 0.76% | - |
| XYZ | 23.52 | 12.15 | 5.96 | - |
| YUV | 70.3 | 124.45 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 8 | 64 | 0 | 0.96 | 0.67 | 0.24 | 342.03 | 0.92 | 0.4 |
| Hex | C3 | 8 | 40 | 0 | 60 | 43 | 18 | 156 | 5C | 28 |
| Octal | 303 | 10 | 100 | 0 | 140 | 103 | 30 | 526 | 134 | 50 |
| Binary | 11000011 | 1000 | 1000000 | 0 | 1100000 | 1000011 | 11000 | 101010110 | 1011100 | 101000 |
Color Harmonies of #C30840
Complementary color
Monochromatic Colors of #C30840
Black with #C30840
Text Example
Text Example
White with #C30840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30840; }
p { color: rgb(195,8,64); }
H1.HeaderClassName
{
color: #C30840;
}
.AnyTagClassName
{
color: #C30840;
}
</style>
background-color css
<style>
a { background-color: #C30840; }
a { background-color: rgb(195,8,64); }
div.DivClassName
{
background-color: #C30840;
}
.BgClassName
{
background-color: #C30840;
}
</style>
border-color css
<style>
span { border-color: #C30840; }
span { border-color: rgb(195,8,64); }
td.TdClassName
{
border-color: #C30840;
}
.TagClassName
{
border-color: #C30840;
}
</style>