Shades of Cardinal #C01D35
Tints of Cardinal #C01D35
RGB
CMYK
RGB Variations
Color information
#C01D35 (or 0xC01D35) is known color: Cardinal. HEX triplet: C0, 1D and 35. RGB value is (192,29,53). Sum of RGB (Red+Green+Blue) = 192+29+53=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C01D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01D35 is #3FE2CA. Grayscale: #505050. Windows color (decimal): -4186827 or 3481024. OLE color: 3481024.
HSL color Cylindrical-coordinate representation of color #C01D35: hue angle of 351.17º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01D35 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 29 | 53 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.25 |
| HSL | 351.17º | 0.74% | 0.43% | - |
| HSV(B) | 351.17º | 0.85% | 0.75% | - |
| XYZ | 22.82 | 12.34 | 4.55 | - |
| YUV | 80.47 | 112.5 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 29 | 53 | 0 | 0.85 | 0.72 | 0.25 | 351.17 | 0.74 | 0.43 |
| Hex | C0 | 1D | 35 | 0 | 55 | 48 | 19 | 15F | 4A | 2B |
| Octal | 300 | 35 | 65 | 0 | 125 | 110 | 31 | 537 | 112 | 53 |
| Binary | 11000000 | 11101 | 110101 | 0 | 1010101 | 1001000 | 11001 | 101011111 | 1001010 | 101011 |
Color Harmonies of #C01D35
Complementary color
Monochromatic Colors of #C01D35
Black with #C01D35
Text Example
Text Example
White with #C01D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01D35; }
p { color: rgb(192,29,53); }
H1.HeaderClassName
{
color: #C01D35;
}
.AnyTagClassName
{
color: #C01D35;
}
</style>
background-color css
<style>
a { background-color: #C01D35; }
a { background-color: rgb(192,29,53); }
div.DivClassName
{
background-color: #C01D35;
}
.BgClassName
{
background-color: #C01D35;
}
</style>
border-color css
<style>
span { border-color: #C01D35; }
span { border-color: rgb(192,29,53); }
td.TdClassName
{
border-color: #C01D35;
}
.TagClassName
{
border-color: #C01D35;
}
</style>