Shades of Cardinal #C01E35
Tints of Cardinal #C01E35
RGB
CMYK
RGB Variations
Color information
#C01E35 (or 0xC01E35) is known color: Cardinal. HEX triplet: C0, 1E and 35. RGB value is (192,30,53). Sum of RGB (Red+Green+Blue) = 192+30+53=275 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.82% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01E35 is #3FE1CA. Grayscale: #515151. Windows color (decimal): -4186571 or 3481280. OLE color: 3481280.
HSL color Cylindrical-coordinate representation of color #C01E35: hue angle of 351.48º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C01E35 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 30 | 53 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.25 |
| HSL | 351.48º | 0.73% | 0.44% | - |
| HSV(B) | 351.48º | 0.84% | 0.75% | - |
| XYZ | 22.85 | 12.39 | 4.56 | - |
| YUV | 81.06 | 112.17 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 53 | 0 | 0.84 | 0.72 | 0.25 | 351.48 | 0.73 | 0.44 |
| Hex | C0 | 1E | 35 | 0 | 54 | 48 | 19 | 15F | 49 | 2C |
| Octal | 300 | 36 | 65 | 0 | 124 | 110 | 31 | 537 | 111 | 54 |
| Binary | 11000000 | 11110 | 110101 | 0 | 1010100 | 1001000 | 11001 | 101011111 | 1001001 | 101100 |
Color Harmonies of #C01E35
Complementary color
Monochromatic Colors of #C01E35
Black with #C01E35
Text Example
Text Example
White with #C01E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01E35; }
p { color: rgb(192,30,53); }
H1.HeaderClassName
{
color: #C01E35;
}
.AnyTagClassName
{
color: #C01E35;
}
</style>
background-color css
<style>
a { background-color: #C01E35; }
a { background-color: rgb(192,30,53); }
div.DivClassName
{
background-color: #C01E35;
}
.BgClassName
{
background-color: #C01E35;
}
</style>
border-color css
<style>
span { border-color: #C01E35; }
span { border-color: rgb(192,30,53); }
td.TdClassName
{
border-color: #C01E35;
}
.TagClassName
{
border-color: #C01E35;
}
</style>