Shades of Cardinal #CA1E42
Tints of Cardinal #CA1E42
RGB
CMYK
RGB Variations
Color information
#CA1E42 (or 0xCA1E42) is known color: Cardinal. HEX triplet: CA, 1E and 42. RGB value is (202,30,66). Sum of RGB (Red+Green+Blue) = 202+30+66=298 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.79% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1E42 is #35E1BD. Grayscale: #555555. Windows color (decimal): -3531198 or 4333258. OLE color: 4333258.
HSL color Cylindrical-coordinate representation of color #CA1E42: hue angle of 347.44º 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 #CA1E42 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 30 | 66 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.21 |
| HSL | 347.44º | 0.74% | 0.45% | - |
| HSV(B) | 347.44º | 0.85% | 0.79% | - |
| XYZ | 25.8 | 13.88 | 6.47 | - |
| YUV | 85.53 | 116.98 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 66 | 0 | 0.85 | 0.67 | 0.21 | 347.44 | 0.74 | 0.45 |
| Hex | CA | 1E | 42 | 0 | 55 | 43 | 15 | 15B | 4A | 2D |
| Octal | 312 | 36 | 102 | 0 | 125 | 103 | 25 | 533 | 112 | 55 |
| Binary | 11001010 | 11110 | 1000010 | 0 | 1010101 | 1000011 | 10101 | 101011011 | 1001010 | 101101 |
Color Harmonies of #CA1E42
Complementary color
Monochromatic Colors of #CA1E42
Black with #CA1E42
Text Example
Text Example
White with #CA1E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1E42; }
p { color: rgb(202,30,66); }
H1.HeaderClassName
{
color: #CA1E42;
}
.AnyTagClassName
{
color: #CA1E42;
}
</style>
background-color css
<style>
a { background-color: #CA1E42; }
a { background-color: rgb(202,30,66); }
div.DivClassName
{
background-color: #CA1E42;
}
.BgClassName
{
background-color: #CA1E42;
}
</style>
border-color css
<style>
span { border-color: #CA1E42; }
span { border-color: rgb(202,30,66); }
td.TdClassName
{
border-color: #CA1E42;
}
.TagClassName
{
border-color: #CA1E42;
}
</style>