Shades of Cardinal #CA1E32
Tints of Cardinal #CA1E32
RGB
CMYK
RGB Variations
Color information
#CA1E32 (or 0xCA1E32) is known color: Cardinal. HEX triplet: CA, 1E and 32. RGB value is (202,30,50). Sum of RGB (Red+Green+Blue) = 202+30+50=282 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.63% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1E32 is #35E1CD. Grayscale: #535353. Windows color (decimal): -3531214 or 3284682. OLE color: 3284682.
HSL color Cylindrical-coordinate representation of color #CA1E32: hue angle of 353.02º 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 #CA1E32 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 30 | 50 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.21 |
| HSL | 353.02º | 0.74% | 0.45% | - |
| HSV(B) | 353.02º | 0.85% | 0.79% | - |
| XYZ | 25.4 | 13.72 | 4.33 | - |
| YUV | 83.71 | 108.98 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 50 | 0 | 0.85 | 0.75 | 0.21 | 353.02 | 0.74 | 0.45 |
| Hex | CA | 1E | 32 | 0 | 55 | 4B | 15 | 161 | 4A | 2D |
| Octal | 312 | 36 | 62 | 0 | 125 | 113 | 25 | 541 | 112 | 55 |
| Binary | 11001010 | 11110 | 110010 | 0 | 1010101 | 1001011 | 10101 | 101100001 | 1001010 | 101101 |
Color Harmonies of #CA1E32
Complementary color
Monochromatic Colors of #CA1E32
Black with #CA1E32
Text Example
Text Example
White with #CA1E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1E32; }
p { color: rgb(202,30,50); }
H1.HeaderClassName
{
color: #CA1E32;
}
.AnyTagClassName
{
color: #CA1E32;
}
</style>
background-color css
<style>
a { background-color: #CA1E32; }
a { background-color: rgb(202,30,50); }
div.DivClassName
{
background-color: #CA1E32;
}
.BgClassName
{
background-color: #CA1E32;
}
</style>
border-color css
<style>
span { border-color: #CA1E32; }
span { border-color: rgb(202,30,50); }
td.TdClassName
{
border-color: #CA1E32;
}
.TagClassName
{
border-color: #CA1E32;
}
</style>