Shades of Cardinal #CA1D4B
Tints of Cardinal #CA1D4B
RGB
CMYK
RGB Variations
Color information
#CA1D4B (or 0xCA1D4B) is known color: Cardinal. HEX triplet: CA, 1D and 4B. RGB value is (202,29,75). Sum of RGB (Red+Green+Blue) = 202+29+75=306 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.01% from 306); Green value is 29 (11.72% from 255 or 9.48% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1D4B is #35E2B4. Grayscale: #555555. Windows color (decimal): -3531445 or 4922826. OLE color: 4922826.
HSL color Cylindrical-coordinate representation of color #CA1D4B: hue angle of 344.05º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1D4B is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 29 | 75 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.21 |
| HSL | 344.05º | 0.75% | 0.45% | - |
| HSV(B) | 344.05º | 0.86% | 0.79% | - |
| XYZ | 26.07 | 13.94 | 7.97 | - |
| YUV | 85.97 | 121.81 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 29 | 75 | 0 | 0.86 | 0.63 | 0.21 | 344.05 | 0.75 | 0.45 |
| Hex | CA | 1D | 4B | 0 | 56 | 3F | 15 | 158 | 4B | 2D |
| Octal | 312 | 35 | 113 | 0 | 126 | 77 | 25 | 530 | 113 | 55 |
| Binary | 11001010 | 11101 | 1001011 | 0 | 1010110 | 111111 | 10101 | 101011000 | 1001011 | 101101 |
Color Harmonies of #CA1D4B
Complementary color
Monochromatic Colors of #CA1D4B
Black with #CA1D4B
Text Example
Text Example
White with #CA1D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1D4B; }
p { color: rgb(202,29,75); }
H1.HeaderClassName
{
color: #CA1D4B;
}
.AnyTagClassName
{
color: #CA1D4B;
}
</style>
background-color css
<style>
a { background-color: #CA1D4B; }
a { background-color: rgb(202,29,75); }
div.DivClassName
{
background-color: #CA1D4B;
}
.BgClassName
{
background-color: #CA1D4B;
}
</style>
border-color css
<style>
span { border-color: #CA1D4B; }
span { border-color: rgb(202,29,75); }
td.TdClassName
{
border-color: #CA1D4B;
}
.TagClassName
{
border-color: #CA1D4B;
}
</style>