Shades of Cardinal #C42330
Tints of Cardinal #C42330
RGB
CMYK
RGB Variations
Color information
#C42330 (or 0xC42330) is known color: Cardinal. HEX triplet: C4, 23 and 30. RGB value is (196,35,48). Sum of RGB (Red+Green+Blue) = 196+35+48=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C42330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42330 is #3BDCCF. Grayscale: #545454. Windows color (decimal): -3923152 or 3154884. OLE color: 3154884.
HSL color Cylindrical-coordinate representation of color #C42330: hue angle of 355.16º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42330 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 35 | 48 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.23 |
| HSL | 355.16º | 0.7% | 0.45% | - |
| HSV(B) | 355.16º | 0.82% | 0.77% | - |
| XYZ | 23.9 | 13.15 | 4.08 | - |
| YUV | 84.62 | 107.34 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 48 | 0 | 0.82 | 0.76 | 0.23 | 355.16 | 0.7 | 0.45 |
| Hex | C4 | 23 | 30 | 0 | 52 | 4C | 17 | 163 | 46 | 2D |
| Octal | 304 | 43 | 60 | 0 | 122 | 114 | 27 | 543 | 106 | 55 |
| Binary | 11000100 | 100011 | 110000 | 0 | 1010010 | 1001100 | 10111 | 101100011 | 1000110 | 101101 |
Color Harmonies of #C42330
Complementary color
Monochromatic Colors of #C42330
Black with #C42330
Text Example
Text Example
White with #C42330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42330; }
p { color: rgb(196,35,48); }
H1.HeaderClassName
{
color: #C42330;
}
.AnyTagClassName
{
color: #C42330;
}
</style>
background-color css
<style>
a { background-color: #C42330; }
a { background-color: rgb(196,35,48); }
div.DivClassName
{
background-color: #C42330;
}
.BgClassName
{
background-color: #C42330;
}
</style>
border-color css
<style>
span { border-color: #C42330; }
span { border-color: rgb(196,35,48); }
td.TdClassName
{
border-color: #C42330;
}
.TagClassName
{
border-color: #C42330;
}
</style>