Shades of Cardinal #CA1D4A
Tints of Cardinal #CA1D4A
RGB
CMYK
RGB Variations
Color information
#CA1D4A (or 0xCA1D4A) is known color: Cardinal. HEX triplet: CA, 1D and 4A. RGB value is (202,29,74). Sum of RGB (Red+Green+Blue) = 202+29+74=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1D4A is #35E2B5. Grayscale: #555555. Windows color (decimal): -3531446 or 4857290. OLE color: 4857290.
HSL color Cylindrical-coordinate representation of color #CA1D4A: hue angle of 344.39º 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 #CA1D4A is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 29 | 74 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.21 |
| HSL | 344.39º | 0.75% | 0.45% | - |
| HSV(B) | 344.39º | 0.86% | 0.79% | - |
| XYZ | 26.03 | 13.93 | 7.8 | - |
| YUV | 85.86 | 121.31 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 29 | 74 | 0 | 0.86 | 0.63 | 0.21 | 344.39 | 0.75 | 0.45 |
| Hex | CA | 1D | 4A | 0 | 56 | 3F | 15 | 158 | 4B | 2D |
| Octal | 312 | 35 | 112 | 0 | 126 | 77 | 25 | 530 | 113 | 55 |
| Binary | 11001010 | 11101 | 1001010 | 0 | 1010110 | 111111 | 10101 | 101011000 | 1001011 | 101101 |
Color Harmonies of #CA1D4A
Complementary color
Monochromatic Colors of #CA1D4A
Black with #CA1D4A
Text Example
Text Example
White with #CA1D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1D4A; }
p { color: rgb(202,29,74); }
H1.HeaderClassName
{
color: #CA1D4A;
}
.AnyTagClassName
{
color: #CA1D4A;
}
</style>
background-color css
<style>
a { background-color: #CA1D4A; }
a { background-color: rgb(202,29,74); }
div.DivClassName
{
background-color: #CA1D4A;
}
.BgClassName
{
background-color: #CA1D4A;
}
</style>
border-color css
<style>
span { border-color: #CA1D4A; }
span { border-color: rgb(202,29,74); }
td.TdClassName
{
border-color: #CA1D4A;
}
.TagClassName
{
border-color: #CA1D4A;
}
</style>