Shades of Cardinal #C32230
Tints of Cardinal #C32230
RGB
CMYK
RGB Variations
Color information
#C32230 (or 0xC32230) is known color: Cardinal. HEX triplet: C3, 22 and 30. RGB value is (195,34,48). Sum of RGB (Red+Green+Blue) = 195+34+48=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C32230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32230 is #3CDDCF. Grayscale: #535353. Windows color (decimal): -3988944 or 3154627. OLE color: 3154627.
HSL color Cylindrical-coordinate representation of color #C32230: hue angle of 354.78º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C32230 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 34 | 48 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.24 |
| HSL | 354.78º | 0.7% | 0.45% | - |
| HSV(B) | 354.78º | 0.83% | 0.76% | - |
| XYZ | 23.61 | 12.96 | 4.05 | - |
| YUV | 83.74 | 107.84 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 48 | 0 | 0.83 | 0.75 | 0.24 | 354.78 | 0.7 | 0.45 |
| Hex | C3 | 22 | 30 | 0 | 53 | 4B | 18 | 163 | 46 | 2D |
| Octal | 303 | 42 | 60 | 0 | 123 | 113 | 30 | 543 | 106 | 55 |
| Binary | 11000011 | 100010 | 110000 | 0 | 1010011 | 1001011 | 11000 | 101100011 | 1000110 | 101101 |
Color Harmonies of #C32230
Complementary color
Monochromatic Colors of #C32230
Black with #C32230
Text Example
Text Example
White with #C32230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32230; }
p { color: rgb(195,34,48); }
H1.HeaderClassName
{
color: #C32230;
}
.AnyTagClassName
{
color: #C32230;
}
</style>
background-color css
<style>
a { background-color: #C32230; }
a { background-color: rgb(195,34,48); }
div.DivClassName
{
background-color: #C32230;
}
.BgClassName
{
background-color: #C32230;
}
</style>
border-color css
<style>
span { border-color: #C32230; }
span { border-color: rgb(195,34,48); }
td.TdClassName
{
border-color: #C32230;
}
.TagClassName
{
border-color: #C32230;
}
</style>