Shades of Cardinal #C0232F
Tints of Cardinal #C0232F
RGB
CMYK
RGB Variations
Color information
#C0232F (or 0xC0232F) is known color: Cardinal. HEX triplet: C0, 23 and 2F. RGB value is (192,35,47). Sum of RGB (Red+Green+Blue) = 192+35+47=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C0232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0232F is #3FDCD0. Grayscale: #535353. Windows color (decimal): -4185297 or 3089344. OLE color: 3089344.
HSL color Cylindrical-coordinate representation of color #C0232F: hue angle of 355.41º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0232F is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 47 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.25 |
| HSL | 355.41º | 0.69% | 0.45% | - |
| HSV(B) | 355.41º | 0.82% | 0.75% | - |
| XYZ | 22.85 | 12.61 | 3.92 | - |
| YUV | 83.31 | 107.51 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 47 | 0 | 0.82 | 0.76 | 0.25 | 355.41 | 0.69 | 0.45 |
| Hex | C0 | 23 | 2F | 0 | 52 | 4C | 19 | 163 | 45 | 2D |
| Octal | 300 | 43 | 57 | 0 | 122 | 114 | 31 | 543 | 105 | 55 |
| Binary | 11000000 | 100011 | 101111 | 0 | 1010010 | 1001100 | 11001 | 101100011 | 1000101 | 101101 |
Color Harmonies of #C0232F
Complementary color
Monochromatic Colors of #C0232F
Black with #C0232F
Text Example
Text Example
White with #C0232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0232F; }
p { color: rgb(192,35,47); }
H1.HeaderClassName
{
color: #C0232F;
}
.AnyTagClassName
{
color: #C0232F;
}
</style>
background-color css
<style>
a { background-color: #C0232F; }
a { background-color: rgb(192,35,47); }
div.DivClassName
{
background-color: #C0232F;
}
.BgClassName
{
background-color: #C0232F;
}
</style>
border-color css
<style>
span { border-color: #C0232F; }
span { border-color: rgb(192,35,47); }
td.TdClassName
{
border-color: #C0232F;
}
.TagClassName
{
border-color: #C0232F;
}
</style>