Shades of Cardinal #C3154B
Tints of Cardinal #C3154B
RGB
CMYK
RGB Variations
Color information
#C3154B (or 0xC3154B) is known color: Cardinal. HEX triplet: C3, 15 and 4B. RGB value is (195,21,75). Sum of RGB (Red+Green+Blue) = 195+21+75=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C3154B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3154B is #3CEAB4. Grayscale: #4F4F4F. Windows color (decimal): -3992245 or 4920771. OLE color: 4920771.
HSL color Cylindrical-coordinate representation of color #C3154B: hue angle of 341.38º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C3154B is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 21 | 75 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.24 |
| HSL | 341.38º | 0.81% | 0.42% | - |
| HSV(B) | 341.38º | 0.89% | 0.76% | - |
| XYZ | 24.04 | 12.65 | 7.83 | - |
| YUV | 79.18 | 125.65 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 75 | 0 | 0.89 | 0.62 | 0.24 | 341.38 | 0.81 | 0.42 |
| Hex | C3 | 15 | 4B | 0 | 59 | 3E | 18 | 155 | 51 | 2A |
| Octal | 303 | 25 | 113 | 0 | 131 | 76 | 30 | 525 | 121 | 52 |
| Binary | 11000011 | 10101 | 1001011 | 0 | 1011001 | 111110 | 11000 | 101010101 | 1010001 | 101010 |
Color Harmonies of #C3154B
Complementary color
Monochromatic Colors of #C3154B
Black with #C3154B
Text Example
Text Example
White with #C3154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3154B; }
p { color: rgb(195,21,75); }
H1.HeaderClassName
{
color: #C3154B;
}
.AnyTagClassName
{
color: #C3154B;
}
</style>
background-color css
<style>
a { background-color: #C3154B; }
a { background-color: rgb(195,21,75); }
div.DivClassName
{
background-color: #C3154B;
}
.BgClassName
{
background-color: #C3154B;
}
</style>
border-color css
<style>
span { border-color: #C3154B; }
span { border-color: rgb(195,21,75); }
td.TdClassName
{
border-color: #C3154B;
}
.TagClassName
{
border-color: #C3154B;
}
</style>