Shades of Cardinal #CA154B
Tints of Cardinal #CA154B
RGB
CMYK
RGB Variations
Color information
#CA154B (or 0xCA154B) is known color: Cardinal. HEX triplet: CA, 15 and 4B. RGB value is (202,21,75). Sum of RGB (Red+Green+Blue) = 202+21+75=298 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.79% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 202 - color contains mainly: red. Hex color #CA154B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA154B is #35EAB4. Grayscale: #515151. Windows color (decimal): -3533493 or 4920778. OLE color: 4920778.
HSL color Cylindrical-coordinate representation of color #CA154B: hue angle of 342.1º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA154B is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 75 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.21 |
| HSL | 342.1º | 0.81% | 0.44% | - |
| HSV(B) | 342.1º | 0.9% | 0.79% | - |
| XYZ | 25.9 | 13.6 | 7.92 | - |
| YUV | 81.28 | 124.47 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 75 | 0 | 0.90 | 0.63 | 0.21 | 342.1 | 0.81 | 0.44 |
| Hex | CA | 15 | 4B | 0 | 5A | 3F | 15 | 156 | 51 | 2C |
| Octal | 312 | 25 | 113 | 0 | 132 | 77 | 25 | 526 | 121 | 54 |
| Binary | 11001010 | 10101 | 1001011 | 0 | 1011010 | 111111 | 10101 | 101010110 | 1010001 | 101100 |
Color Harmonies of #CA154B
Complementary color
Monochromatic Colors of #CA154B
Black with #CA154B
Text Example
Text Example
White with #CA154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA154B; }
p { color: rgb(202,21,75); }
H1.HeaderClassName
{
color: #CA154B;
}
.AnyTagClassName
{
color: #CA154B;
}
</style>
background-color css
<style>
a { background-color: #CA154B; }
a { background-color: rgb(202,21,75); }
div.DivClassName
{
background-color: #CA154B;
}
.BgClassName
{
background-color: #CA154B;
}
</style>
border-color css
<style>
span { border-color: #CA154B; }
span { border-color: rgb(202,21,75); }
td.TdClassName
{
border-color: #CA154B;
}
.TagClassName
{
border-color: #CA154B;
}
</style>