Shades of Cardinal #CA1340
Tints of Cardinal #CA1340
RGB
CMYK
RGB Variations
Color information
#CA1340 (or 0xCA1340) is known color: Cardinal. HEX triplet: CA, 13 and 40. RGB value is (202,19,64). Sum of RGB (Red+Green+Blue) = 202+19+64=285 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.88% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1340 is #35ECBF. Grayscale: #4E4E4E. Windows color (decimal): -3534016 or 4199370. OLE color: 4199370.
HSL color Cylindrical-coordinate representation of color #CA1340: hue angle of 345.25º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA1340 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 64 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.21 |
| HSL | 345.25º | 0.83% | 0.43% | - |
| HSV(B) | 345.25º | 0.91% | 0.79% | - |
| XYZ | 25.52 | 13.39 | 6.09 | - |
| YUV | 78.85 | 119.63 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 64 | 0 | 0.91 | 0.68 | 0.21 | 345.25 | 0.83 | 0.43 |
| Hex | CA | 13 | 40 | 0 | 5B | 44 | 15 | 159 | 53 | 2B |
| Octal | 312 | 23 | 100 | 0 | 133 | 104 | 25 | 531 | 123 | 53 |
| Binary | 11001010 | 10011 | 1000000 | 0 | 1011011 | 1000100 | 10101 | 101011001 | 1010011 | 101011 |
Color Harmonies of #CA1340
Complementary color
Monochromatic Colors of #CA1340
Black with #CA1340
Text Example
Text Example
White with #CA1340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1340; }
p { color: rgb(202,19,64); }
H1.HeaderClassName
{
color: #CA1340;
}
.AnyTagClassName
{
color: #CA1340;
}
</style>
background-color css
<style>
a { background-color: #CA1340; }
a { background-color: rgb(202,19,64); }
div.DivClassName
{
background-color: #CA1340;
}
.BgClassName
{
background-color: #CA1340;
}
</style>
border-color css
<style>
span { border-color: #CA1340; }
span { border-color: rgb(202,19,64); }
td.TdClassName
{
border-color: #CA1340;
}
.TagClassName
{
border-color: #CA1340;
}
</style>