Shades of Cardinal #C0252E
Tints of Cardinal #C0252E
RGB
CMYK
RGB Variations
Color information
#C0252E (or 0xC0252E) is known color: Cardinal. HEX triplet: C0, 25 and 2E. RGB value is (192,37,46). Sum of RGB (Red+Green+Blue) = 192+37+46=275 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.82% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 192 - color contains mainly: red. Hex color #C0252E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0252E is #3FDAD1. Grayscale: #545454. Windows color (decimal): -4184786 or 3024320. OLE color: 3024320.
HSL color Cylindrical-coordinate representation of color #C0252E: hue angle of 356.52º 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 #C0252E is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 37 | 46 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.25 |
| HSL | 356.52º | 0.68% | 0.45% | - |
| HSV(B) | 356.52º | 0.81% | 0.75% | - |
| XYZ | 22.89 | 12.73 | 3.83 | - |
| YUV | 84.37 | 106.35 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 46 | 0 | 0.81 | 0.76 | 0.25 | 356.52 | 0.68 | 0.45 |
| Hex | C0 | 25 | 2E | 0 | 51 | 4C | 19 | 165 | 44 | 2D |
| Octal | 300 | 45 | 56 | 0 | 121 | 114 | 31 | 545 | 104 | 55 |
| Binary | 11000000 | 100101 | 101110 | 0 | 1010001 | 1001100 | 11001 | 101100101 | 1000100 | 101101 |
Color Harmonies of #C0252E
Complementary color
Monochromatic Colors of #C0252E
Black with #C0252E
Text Example
Text Example
White with #C0252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0252E; }
p { color: rgb(192,37,46); }
H1.HeaderClassName
{
color: #C0252E;
}
.AnyTagClassName
{
color: #C0252E;
}
</style>
background-color css
<style>
a { background-color: #C0252E; }
a { background-color: rgb(192,37,46); }
div.DivClassName
{
background-color: #C0252E;
}
.BgClassName
{
background-color: #C0252E;
}
</style>
border-color css
<style>
span { border-color: #C0252E; }
span { border-color: rgb(192,37,46); }
td.TdClassName
{
border-color: #C0252E;
}
.TagClassName
{
border-color: #C0252E;
}
</style>