Shades of Cardinal #C42433
Tints of Cardinal #C42433
RGB
CMYK
RGB Variations
Color information
#C42433 (or 0xC42433) is known color: Cardinal. HEX triplet: C4, 24 and 33. RGB value is (196,36,51). Sum of RGB (Red+Green+Blue) = 196+36+51=283 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.26% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 196 - color contains mainly: red. Hex color #C42433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42433 is #3BDBCC. Grayscale: #555555. Windows color (decimal): -3922893 or 3351748. OLE color: 3351748.
HSL color Cylindrical-coordinate representation of color #C42433: hue angle of 354.38º degrees, saturation: 0.69, 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 #C42433 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 51 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.23 |
| HSL | 354.38º | 0.69% | 0.45% | - |
| HSV(B) | 354.38º | 0.82% | 0.77% | - |
| XYZ | 23.99 | 13.24 | 4.42 | - |
| YUV | 85.55 | 108.51 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 51 | 0 | 0.82 | 0.74 | 0.23 | 354.38 | 0.69 | 0.45 |
| Hex | C4 | 24 | 33 | 0 | 52 | 4A | 17 | 162 | 45 | 2D |
| Octal | 304 | 44 | 63 | 0 | 122 | 112 | 27 | 542 | 105 | 55 |
| Binary | 11000100 | 100100 | 110011 | 0 | 1010010 | 1001010 | 10111 | 101100010 | 1000101 | 101101 |
Color Harmonies of #C42433
Complementary color
Monochromatic Colors of #C42433
Black with #C42433
Text Example
Text Example
White with #C42433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42433; }
p { color: rgb(196,36,51); }
H1.HeaderClassName
{
color: #C42433;
}
.AnyTagClassName
{
color: #C42433;
}
</style>
background-color css
<style>
a { background-color: #C42433; }
a { background-color: rgb(196,36,51); }
div.DivClassName
{
background-color: #C42433;
}
.BgClassName
{
background-color: #C42433;
}
</style>
border-color css
<style>
span { border-color: #C42433; }
span { border-color: rgb(196,36,51); }
td.TdClassName
{
border-color: #C42433;
}
.TagClassName
{
border-color: #C42433;
}
</style>