Shades of Cardinal #C1223D
Tints of Cardinal #C1223D
RGB
CMYK
RGB Variations
Color information
#C1223D (or 0xC1223D) is known color: Cardinal. HEX triplet: C1, 22 and 3D. RGB value is (193,34,61). Sum of RGB (Red+Green+Blue) = 193+34+61=288 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.01% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 193 - color contains mainly: red. Hex color #C1223D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1223D is #3EDDC2. Grayscale: #545454. Windows color (decimal): -4120003 or 4006593. OLE color: 4006593.
HSL color Cylindrical-coordinate representation of color #C1223D: hue angle of 349.81º degrees, saturation: 0.7, 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 #C1223D is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 34 | 61 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.24 |
| HSL | 349.81º | 0.7% | 0.45% | - |
| HSV(B) | 349.81º | 0.82% | 0.76% | - |
| XYZ | 23.41 | 12.82 | 5.66 | - |
| YUV | 84.62 | 114.68 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 34 | 61 | 0 | 0.82 | 0.68 | 0.24 | 349.81 | 0.7 | 0.45 |
| Hex | C1 | 22 | 3D | 0 | 52 | 44 | 18 | 15E | 46 | 2D |
| Octal | 301 | 42 | 75 | 0 | 122 | 104 | 30 | 536 | 106 | 55 |
| Binary | 11000001 | 100010 | 111101 | 0 | 1010010 | 1000100 | 11000 | 101011110 | 1000110 | 101101 |
Color Harmonies of #C1223D
Complementary color
Monochromatic Colors of #C1223D
Black with #C1223D
Text Example
Text Example
White with #C1223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1223D; }
p { color: rgb(193,34,61); }
H1.HeaderClassName
{
color: #C1223D;
}
.AnyTagClassName
{
color: #C1223D;
}
</style>
background-color css
<style>
a { background-color: #C1223D; }
a { background-color: rgb(193,34,61); }
div.DivClassName
{
background-color: #C1223D;
}
.BgClassName
{
background-color: #C1223D;
}
</style>
border-color css
<style>
span { border-color: #C1223D; }
span { border-color: rgb(193,34,61); }
td.TdClassName
{
border-color: #C1223D;
}
.TagClassName
{
border-color: #C1223D;
}
</style>