Shades of Cardinal #C2233F
Tints of Cardinal #C2233F
RGB
CMYK
RGB Variations
Color information
#C2233F (or 0xC2233F) is known color: Cardinal. HEX triplet: C2, 23 and 3F. RGB value is (194,35,63). Sum of RGB (Red+Green+Blue) = 194+35+63=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C2233F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2233F is #3DDCC0. Grayscale: #555555. Windows color (decimal): -4054209 or 4137922. OLE color: 4137922.
HSL color Cylindrical-coordinate representation of color #C2233F: hue angle of 349.43º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2233F is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 35 | 63 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.24 |
| HSL | 349.43º | 0.69% | 0.45% | - |
| HSV(B) | 349.43º | 0.82% | 0.76% | - |
| XYZ | 23.75 | 13.03 | 5.97 | - |
| YUV | 85.73 | 115.18 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 63 | 0 | 0.82 | 0.68 | 0.24 | 349.43 | 0.69 | 0.45 |
| Hex | C2 | 23 | 3F | 0 | 52 | 44 | 18 | 15D | 45 | 2D |
| Octal | 302 | 43 | 77 | 0 | 122 | 104 | 30 | 535 | 105 | 55 |
| Binary | 11000010 | 100011 | 111111 | 0 | 1010010 | 1000100 | 11000 | 101011101 | 1000101 | 101101 |
Color Harmonies of #C2233F
Complementary color
Monochromatic Colors of #C2233F
Black with #C2233F
Text Example
Text Example
White with #C2233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2233F; }
p { color: rgb(194,35,63); }
H1.HeaderClassName
{
color: #C2233F;
}
.AnyTagClassName
{
color: #C2233F;
}
</style>
background-color css
<style>
a { background-color: #C2233F; }
a { background-color: rgb(194,35,63); }
div.DivClassName
{
background-color: #C2233F;
}
.BgClassName
{
background-color: #C2233F;
}
</style>
border-color css
<style>
span { border-color: #C2233F; }
span { border-color: rgb(194,35,63); }
td.TdClassName
{
border-color: #C2233F;
}
.TagClassName
{
border-color: #C2233F;
}
</style>