Shades of Cardinal #C9253D
Tints of Cardinal #C9253D
RGB
CMYK
RGB Variations
Color information
#C9253D (or 0xC9253D) is known color: Cardinal. HEX triplet: C9, 25 and 3D. RGB value is (201,37,61). Sum of RGB (Red+Green+Blue) = 201+37+61=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C9253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9253D is #36DAC2. Grayscale: #585858. Windows color (decimal): -3594947 or 4007369. OLE color: 4007369.
HSL color Cylindrical-coordinate representation of color #C9253D: hue angle of 351.22º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9253D is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 37 | 61 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.21 |
| HSL | 351.22º | 0.69% | 0.47% | - |
| HSV(B) | 351.22º | 0.82% | 0.79% | - |
| XYZ | 25.59 | 14.08 | 5.78 | - |
| YUV | 88.77 | 112.33 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 61 | 0 | 0.82 | 0.70 | 0.21 | 351.22 | 0.69 | 0.47 |
| Hex | C9 | 25 | 3D | 0 | 52 | 46 | 15 | 15F | 45 | 2F |
| Octal | 311 | 45 | 75 | 0 | 122 | 106 | 25 | 537 | 105 | 57 |
| Binary | 11001001 | 100101 | 111101 | 0 | 1010010 | 1000110 | 10101 | 101011111 | 1000101 | 101111 |
Color Harmonies of #C9253D
Complementary color
Monochromatic Colors of #C9253D
Black with #C9253D
Text Example
Text Example
White with #C9253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9253D; }
p { color: rgb(201,37,61); }
H1.HeaderClassName
{
color: #C9253D;
}
.AnyTagClassName
{
color: #C9253D;
}
</style>
background-color css
<style>
a { background-color: #C9253D; }
a { background-color: rgb(201,37,61); }
div.DivClassName
{
background-color: #C9253D;
}
.BgClassName
{
background-color: #C9253D;
}
</style>
border-color css
<style>
span { border-color: #C9253D; }
span { border-color: rgb(201,37,61); }
td.TdClassName
{
border-color: #C9253D;
}
.TagClassName
{
border-color: #C9253D;
}
</style>