Shades of Cardinal #C3003D
Tints of Cardinal #C3003D
RGB
CMYK
RGB Variations
Color information
#C3003D (or 0xC3003D) is known color: Cardinal. HEX triplet: C3, 00 and 3D. RGB value is (195,0,61). Sum of RGB (Red+Green+Blue) = 195+0+61=256 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.17% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 195 - color contains mainly: red. Hex color #C3003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3003D is #3CFFC2. Grayscale: #414141. Windows color (decimal): -3997635 or 3997891. OLE color: 3997891.
HSL color Cylindrical-coordinate representation of color #C3003D: hue angle of 341.23º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3003D is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.69 | 0.24 |
| HSL | 341.23º | 1% | 0.38% | - |
| HSV(B) | 341.23º | 1% | 0.76% | - |
| XYZ | 23.35 | 11.94 | 5.49 | - |
| YUV | 65.26 | 125.6 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 61 | 0 | 1 | 0.69 | 0.24 | 341.23 | 1 | 0.38 |
| Hex | C3 | 0 | 3D | 0 | 64 | 45 | 18 | 155 | 64 | 26 |
| Octal | 303 | 0 | 75 | 0 | 144 | 105 | 30 | 525 | 144 | 46 |
| Binary | 11000011 | 0 | 111101 | 0 | 1100100 | 1000101 | 11000 | 101010101 | 1100100 | 100110 |
Color Harmonies of #C3003D
Complementary color
Monochromatic Colors of #C3003D
Black with #C3003D
Text Example
Text Example
White with #C3003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3003D; }
p { color: rgb(195,0,61); }
H1.HeaderClassName
{
color: #C3003D;
}
.AnyTagClassName
{
color: #C3003D;
}
</style>
background-color css
<style>
a { background-color: #C3003D; }
a { background-color: rgb(195,0,61); }
div.DivClassName
{
background-color: #C3003D;
}
.BgClassName
{
background-color: #C3003D;
}
</style>
border-color css
<style>
span { border-color: #C3003D; }
span { border-color: rgb(195,0,61); }
td.TdClassName
{
border-color: #C3003D;
}
.TagClassName
{
border-color: #C3003D;
}
</style>