Shades of Cardinal #C20435
Tints of Cardinal #C20435
RGB
CMYK
RGB Variations
Color information
#C20435 (or 0xC20435) is known color: Cardinal. HEX triplet: C2, 04 and 35. RGB value is (194,4,53). Sum of RGB (Red+Green+Blue) = 194+4+53=251 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.29% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 53 (21.09% from 255 or 21.12% from 251); Max value from RGB is 194 - color contains mainly: red. Hex color #C20435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20435 is #3DFBCA. Grayscale: #424242. Windows color (decimal): -4062155 or 3474626. OLE color: 3474626.
HSL color Cylindrical-coordinate representation of color #C20435: hue angle of 344.53º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C20435 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 4 | 53 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.24 |
| HSL | 344.53º | 0.96% | 0.39% | - |
| HSV(B) | 344.53º | 0.98% | 0.76% | - |
| XYZ | 22.93 | 11.81 | 4.44 | - |
| YUV | 66.4 | 120.45 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 4 | 53 | 0 | 0.98 | 0.73 | 0.24 | 344.53 | 0.96 | 0.39 |
| Hex | C2 | 4 | 35 | 0 | 62 | 49 | 18 | 159 | 60 | 27 |
| Octal | 302 | 4 | 65 | 0 | 142 | 111 | 30 | 531 | 140 | 47 |
| Binary | 11000010 | 100 | 110101 | 0 | 1100010 | 1001001 | 11000 | 101011001 | 1100000 | 100111 |
Color Harmonies of #C20435
Complementary color
Monochromatic Colors of #C20435
Black with #C20435
Text Example
Text Example
White with #C20435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20435; }
p { color: rgb(194,4,53); }
H1.HeaderClassName
{
color: #C20435;
}
.AnyTagClassName
{
color: #C20435;
}
</style>
background-color css
<style>
a { background-color: #C20435; }
a { background-color: rgb(194,4,53); }
div.DivClassName
{
background-color: #C20435;
}
.BgClassName
{
background-color: #C20435;
}
</style>
border-color css
<style>
span { border-color: #C20435; }
span { border-color: rgb(194,4,53); }
td.TdClassName
{
border-color: #C20435;
}
.TagClassName
{
border-color: #C20435;
}
</style>