Shades of Cardinal #C1253D
Tints of Cardinal #C1253D
RGB
CMYK
RGB Variations
Color information
#C1253D (or 0xC1253D) is known color: Cardinal. HEX triplet: C1, 25 and 3D. RGB value is (193,37,61). Sum of RGB (Red+Green+Blue) = 193+37+61=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C1253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1253D is #3EDAC2. Grayscale: #565656. Windows color (decimal): -4119235 or 4007361. OLE color: 4007361.
HSL color Cylindrical-coordinate representation of color #C1253D: hue angle of 350.77º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C1253D is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 37 | 61 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.24 |
| HSL | 350.77º | 0.68% | 0.45% | - |
| HSV(B) | 350.77º | 0.81% | 0.76% | - |
| XYZ | 23.5 | 13 | 5.69 | - |
| YUV | 86.38 | 113.68 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 37 | 61 | 0 | 0.81 | 0.68 | 0.24 | 350.77 | 0.68 | 0.45 |
| Hex | C1 | 25 | 3D | 0 | 51 | 44 | 18 | 15F | 44 | 2D |
| Octal | 301 | 45 | 75 | 0 | 121 | 104 | 30 | 537 | 104 | 55 |
| Binary | 11000001 | 100101 | 111101 | 0 | 1010001 | 1000100 | 11000 | 101011111 | 1000100 | 101101 |
Color Harmonies of #C1253D
Complementary color
Monochromatic Colors of #C1253D
Black with #C1253D
Text Example
Text Example
White with #C1253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1253D; }
p { color: rgb(193,37,61); }
H1.HeaderClassName
{
color: #C1253D;
}
.AnyTagClassName
{
color: #C1253D;
}
</style>
background-color css
<style>
a { background-color: #C1253D; }
a { background-color: rgb(193,37,61); }
div.DivClassName
{
background-color: #C1253D;
}
.BgClassName
{
background-color: #C1253D;
}
</style>
border-color css
<style>
span { border-color: #C1253D; }
span { border-color: rgb(193,37,61); }
td.TdClassName
{
border-color: #C1253D;
}
.TagClassName
{
border-color: #C1253D;
}
</style>