Shades of Cardinal #C0253F
Tints of Cardinal #C0253F
RGB
CMYK
RGB Variations
Color information
#C0253F (or 0xC0253F) is known color: Cardinal. HEX triplet: C0, 25 and 3F. RGB value is (192,37,63). Sum of RGB (Red+Green+Blue) = 192+37+63=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C0253F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0253F is #3FDAC0. Grayscale: #565656. Windows color (decimal): -4184769 or 4138432. OLE color: 4138432.
HSL color Cylindrical-coordinate representation of color #C0253F: hue angle of 349.94º 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 #C0253F is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 37 | 63 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.25 |
| HSL | 349.94º | 0.68% | 0.45% | - |
| HSV(B) | 349.94º | 0.81% | 0.75% | - |
| XYZ | 23.3 | 12.89 | 5.96 | - |
| YUV | 86.31 | 114.85 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 63 | 0 | 0.81 | 0.67 | 0.25 | 349.94 | 0.68 | 0.45 |
| Hex | C0 | 25 | 3F | 0 | 51 | 43 | 19 | 15E | 44 | 2D |
| Octal | 300 | 45 | 77 | 0 | 121 | 103 | 31 | 536 | 104 | 55 |
| Binary | 11000000 | 100101 | 111111 | 0 | 1010001 | 1000011 | 11001 | 101011110 | 1000100 | 101101 |
Color Harmonies of #C0253F
Complementary color
Monochromatic Colors of #C0253F
Black with #C0253F
Text Example
Text Example
White with #C0253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0253F; }
p { color: rgb(192,37,63); }
H1.HeaderClassName
{
color: #C0253F;
}
.AnyTagClassName
{
color: #C0253F;
}
</style>
background-color css
<style>
a { background-color: #C0253F; }
a { background-color: rgb(192,37,63); }
div.DivClassName
{
background-color: #C0253F;
}
.BgClassName
{
background-color: #C0253F;
}
</style>
border-color css
<style>
span { border-color: #C0253F; }
span { border-color: rgb(192,37,63); }
td.TdClassName
{
border-color: #C0253F;
}
.TagClassName
{
border-color: #C0253F;
}
</style>