Shades of Cardinal #C5243D
Tints of Cardinal #C5243D
RGB
CMYK
RGB Variations
Color information
#C5243D (or 0xC5243D) is known color: Cardinal. HEX triplet: C5, 24 and 3D. RGB value is (197,36,61). Sum of RGB (Red+Green+Blue) = 197+36+61=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C5243D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5243D is #3ADBC2. Grayscale: #575757. Windows color (decimal): -3857347 or 4007109. OLE color: 4007109.
HSL color Cylindrical-coordinate representation of color #C5243D: hue angle of 350.68º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5243D is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 61 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.23 |
| HSL | 350.68º | 0.69% | 0.46% | - |
| HSV(B) | 350.68º | 0.82% | 0.77% | - |
| XYZ | 24.5 | 13.47 | 5.72 | - |
| YUV | 86.99 | 113.34 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 61 | 0 | 0.82 | 0.69 | 0.23 | 350.68 | 0.69 | 0.46 |
| Hex | C5 | 24 | 3D | 0 | 52 | 45 | 17 | 15F | 45 | 2E |
| Octal | 305 | 44 | 75 | 0 | 122 | 105 | 27 | 537 | 105 | 56 |
| Binary | 11000101 | 100100 | 111101 | 0 | 1010010 | 1000101 | 10111 | 101011111 | 1000101 | 101110 |
Color Harmonies of #C5243D
Complementary color
Monochromatic Colors of #C5243D
Black with #C5243D
Text Example
Text Example
White with #C5243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5243D; }
p { color: rgb(197,36,61); }
H1.HeaderClassName
{
color: #C5243D;
}
.AnyTagClassName
{
color: #C5243D;
}
</style>
background-color css
<style>
a { background-color: #C5243D; }
a { background-color: rgb(197,36,61); }
div.DivClassName
{
background-color: #C5243D;
}
.BgClassName
{
background-color: #C5243D;
}
</style>
border-color css
<style>
span { border-color: #C5243D; }
span { border-color: rgb(197,36,61); }
td.TdClassName
{
border-color: #C5243D;
}
.TagClassName
{
border-color: #C5243D;
}
</style>