Shades of Cardinal #C0252C
Tints of Cardinal #C0252C
RGB
CMYK
RGB Variations
Color information
#C0252C (or 0xC0252C) is known color: Cardinal. HEX triplet: C0, 25 and 2C. RGB value is (192,37,44). Sum of RGB (Red+Green+Blue) = 192+37+44=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C0252C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0252C is #3FDAD3. Grayscale: #545454. Windows color (decimal): -4184788 or 2893248. OLE color: 2893248.
HSL color Cylindrical-coordinate representation of color #C0252C: hue angle of 357.29º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0252C is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 37 | 44 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.25 |
| HSL | 357.29º | 0.68% | 0.45% | - |
| HSV(B) | 357.29º | 0.81% | 0.75% | - |
| XYZ | 22.85 | 12.71 | 3.63 | - |
| YUV | 84.14 | 105.35 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 44 | 0 | 0.81 | 0.77 | 0.25 | 357.29 | 0.68 | 0.45 |
| Hex | C0 | 25 | 2C | 0 | 51 | 4D | 19 | 165 | 44 | 2D |
| Octal | 300 | 45 | 54 | 0 | 121 | 115 | 31 | 545 | 104 | 55 |
| Binary | 11000000 | 100101 | 101100 | 0 | 1010001 | 1001101 | 11001 | 101100101 | 1000100 | 101101 |
Color Harmonies of #C0252C
Complementary color
Monochromatic Colors of #C0252C
Black with #C0252C
Text Example
Text Example
White with #C0252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0252C; }
p { color: rgb(192,37,44); }
H1.HeaderClassName
{
color: #C0252C;
}
.AnyTagClassName
{
color: #C0252C;
}
</style>
background-color css
<style>
a { background-color: #C0252C; }
a { background-color: rgb(192,37,44); }
div.DivClassName
{
background-color: #C0252C;
}
.BgClassName
{
background-color: #C0252C;
}
</style>
border-color css
<style>
span { border-color: #C0252C; }
span { border-color: rgb(192,37,44); }
td.TdClassName
{
border-color: #C0252C;
}
.TagClassName
{
border-color: #C0252C;
}
</style>