Shades of Cardinal #CA1F45
Tints of Cardinal #CA1F45
RGB
CMYK
RGB Variations
Color information
#CA1F45 (or 0xCA1F45) is known color: Cardinal. HEX triplet: CA, 1F and 45. RGB value is (202,31,69). Sum of RGB (Red+Green+Blue) = 202+31+69=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1F45 is #35E0BA. Grayscale: #565656. Windows color (decimal): -3530939 or 4530122. OLE color: 4530122.
HSL color Cylindrical-coordinate representation of color #CA1F45: hue angle of 346.67º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1F45 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 31 | 69 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.21 |
| HSL | 346.67º | 0.73% | 0.46% | - |
| HSV(B) | 346.67º | 0.85% | 0.79% | - |
| XYZ | 25.92 | 13.97 | 6.96 | - |
| YUV | 86.46 | 118.15 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 69 | 0 | 0.85 | 0.66 | 0.21 | 346.67 | 0.73 | 0.46 |
| Hex | CA | 1F | 45 | 0 | 55 | 42 | 15 | 15B | 49 | 2E |
| Octal | 312 | 37 | 105 | 0 | 125 | 102 | 25 | 533 | 111 | 56 |
| Binary | 11001010 | 11111 | 1000101 | 0 | 1010101 | 1000010 | 10101 | 101011011 | 1001001 | 101110 |
Color Harmonies of #CA1F45
Complementary color
Monochromatic Colors of #CA1F45
Black with #CA1F45
Text Example
Text Example
White with #CA1F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1F45; }
p { color: rgb(202,31,69); }
H1.HeaderClassName
{
color: #CA1F45;
}
.AnyTagClassName
{
color: #CA1F45;
}
</style>
background-color css
<style>
a { background-color: #CA1F45; }
a { background-color: rgb(202,31,69); }
div.DivClassName
{
background-color: #CA1F45;
}
.BgClassName
{
background-color: #CA1F45;
}
</style>
border-color css
<style>
span { border-color: #CA1F45; }
span { border-color: rgb(202,31,69); }
td.TdClassName
{
border-color: #CA1F45;
}
.TagClassName
{
border-color: #CA1F45;
}
</style>