Shades of Cardinal #C0253B
Tints of Cardinal #C0253B
RGB
CMYK
RGB Variations
Color information
#C0253B (or 0xC0253B) is known color: Cardinal. HEX triplet: C0, 25 and 3B. RGB value is (192,37,59). Sum of RGB (Red+Green+Blue) = 192+37+59=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C0253B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0253B is #3FDAC4. Grayscale: #555555. Windows color (decimal): -4184773 or 3876288. OLE color: 3876288.
HSL color Cylindrical-coordinate representation of color #C0253B: hue angle of 351.48º 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 #C0253B is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 37 | 59 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.25 |
| HSL | 351.48º | 0.68% | 0.45% | - |
| HSV(B) | 351.48º | 0.81% | 0.75% | - |
| XYZ | 23.19 | 12.85 | 5.39 | - |
| YUV | 85.85 | 112.85 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 59 | 0 | 0.81 | 0.69 | 0.25 | 351.48 | 0.68 | 0.45 |
| Hex | C0 | 25 | 3B | 0 | 51 | 45 | 19 | 15F | 44 | 2D |
| Octal | 300 | 45 | 73 | 0 | 121 | 105 | 31 | 537 | 104 | 55 |
| Binary | 11000000 | 100101 | 111011 | 0 | 1010001 | 1000101 | 11001 | 101011111 | 1000100 | 101101 |
Color Harmonies of #C0253B
Complementary color
Monochromatic Colors of #C0253B
Black with #C0253B
Text Example
Text Example
White with #C0253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0253B; }
p { color: rgb(192,37,59); }
H1.HeaderClassName
{
color: #C0253B;
}
.AnyTagClassName
{
color: #C0253B;
}
</style>
background-color css
<style>
a { background-color: #C0253B; }
a { background-color: rgb(192,37,59); }
div.DivClassName
{
background-color: #C0253B;
}
.BgClassName
{
background-color: #C0253B;
}
</style>
border-color css
<style>
span { border-color: #C0253B; }
span { border-color: rgb(192,37,59); }
td.TdClassName
{
border-color: #C0253B;
}
.TagClassName
{
border-color: #C0253B;
}
</style>