Shades of Cardinal #CA1E4A
Tints of Cardinal #CA1E4A
RGB
CMYK
RGB Variations
Color information
#CA1E4A (or 0xCA1E4A) is known color: Cardinal. HEX triplet: CA, 1E and 4A. RGB value is (202,30,74). Sum of RGB (Red+Green+Blue) = 202+30+74=306 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.01% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1E4A is #35E1B5. Grayscale: #565656. Windows color (decimal): -3531190 or 4857546. OLE color: 4857546.
HSL color Cylindrical-coordinate representation of color #CA1E4A: hue angle of 344.65º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1E4A is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 30 | 74 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.21 |
| HSL | 344.65º | 0.74% | 0.45% | - |
| HSV(B) | 344.65º | 0.85% | 0.79% | - |
| XYZ | 26.06 | 13.98 | 7.8 | - |
| YUV | 86.44 | 120.98 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 74 | 0 | 0.85 | 0.63 | 0.21 | 344.65 | 0.74 | 0.45 |
| Hex | CA | 1E | 4A | 0 | 55 | 3F | 15 | 159 | 4A | 2D |
| Octal | 312 | 36 | 112 | 0 | 125 | 77 | 25 | 531 | 112 | 55 |
| Binary | 11001010 | 11110 | 1001010 | 0 | 1010101 | 111111 | 10101 | 101011001 | 1001010 | 101101 |
Color Harmonies of #CA1E4A
Complementary color
Monochromatic Colors of #CA1E4A
Black with #CA1E4A
Text Example
Text Example
White with #CA1E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1E4A; }
p { color: rgb(202,30,74); }
H1.HeaderClassName
{
color: #CA1E4A;
}
.AnyTagClassName
{
color: #CA1E4A;
}
</style>
background-color css
<style>
a { background-color: #CA1E4A; }
a { background-color: rgb(202,30,74); }
div.DivClassName
{
background-color: #CA1E4A;
}
.BgClassName
{
background-color: #CA1E4A;
}
</style>
border-color css
<style>
span { border-color: #CA1E4A; }
span { border-color: rgb(202,30,74); }
td.TdClassName
{
border-color: #CA1E4A;
}
.TagClassName
{
border-color: #CA1E4A;
}
</style>