Shades of Cardinal #C3083D
Tints of Cardinal #C3083D
RGB
CMYK
RGB Variations
Color information
#C3083D (or 0xC3083D) is known color: Cardinal. HEX triplet: C3, 08 and 3D. RGB value is (195,8,61). Sum of RGB (Red+Green+Blue) = 195+8+61=264 (34% of max value = 765). Red value is 195 (76.56% from 255 or 73.86% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 195 - color contains mainly: red. Hex color #C3083D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3083D is #3CF7C2. Grayscale: #454545. Windows color (decimal): -3995587 or 3999939. OLE color: 3999939.
HSL color Cylindrical-coordinate representation of color #C3083D: hue angle of 342.99º 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 #C3083D is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 8 | 61 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.24 |
| HSL | 342.99º | 0.92% | 0.4% | - |
| HSV(B) | 342.99º | 0.96% | 0.76% | - |
| XYZ | 23.43 | 12.11 | 5.52 | - |
| YUV | 69.96 | 122.95 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 8 | 61 | 0 | 0.96 | 0.69 | 0.24 | 342.99 | 0.92 | 0.4 |
| Hex | C3 | 8 | 3D | 0 | 60 | 45 | 18 | 157 | 5C | 28 |
| Octal | 303 | 10 | 75 | 0 | 140 | 105 | 30 | 527 | 134 | 50 |
| Binary | 11000011 | 1000 | 111101 | 0 | 1100000 | 1000101 | 11000 | 101010111 | 1011100 | 101000 |
Color Harmonies of #C3083D
Complementary color
Monochromatic Colors of #C3083D
Black with #C3083D
Text Example
Text Example
White with #C3083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3083D; }
p { color: rgb(195,8,61); }
H1.HeaderClassName
{
color: #C3083D;
}
.AnyTagClassName
{
color: #C3083D;
}
</style>
background-color css
<style>
a { background-color: #C3083D; }
a { background-color: rgb(195,8,61); }
div.DivClassName
{
background-color: #C3083D;
}
.BgClassName
{
background-color: #C3083D;
}
</style>
border-color css
<style>
span { border-color: #C3083D; }
span { border-color: rgb(195,8,61); }
td.TdClassName
{
border-color: #C3083D;
}
.TagClassName
{
border-color: #C3083D;
}
</style>