Shades of Cardinal #CA1D33
Tints of Cardinal #CA1D33
RGB
CMYK
RGB Variations
Color information
#CA1D33 (or 0xCA1D33) is known color: Cardinal. HEX triplet: CA, 1D and 33. RGB value is (202,29,51). Sum of RGB (Red+Green+Blue) = 202+29+51=282 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.63% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1D33 is #35E2CC. Grayscale: #535353. Windows color (decimal): -3531469 or 3349962. OLE color: 3349962.
HSL color Cylindrical-coordinate representation of color #CA1D33: hue angle of 352.37º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1D33 is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 29 | 51 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.21 |
| HSL | 352.37º | 0.75% | 0.45% | - |
| HSV(B) | 352.37º | 0.86% | 0.79% | - |
| XYZ | 25.39 | 13.67 | 4.43 | - |
| YUV | 83.24 | 109.81 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 29 | 51 | 0 | 0.86 | 0.75 | 0.21 | 352.37 | 0.75 | 0.45 |
| Hex | CA | 1D | 33 | 0 | 56 | 4B | 15 | 160 | 4B | 2D |
| Octal | 312 | 35 | 63 | 0 | 126 | 113 | 25 | 540 | 113 | 55 |
| Binary | 11001010 | 11101 | 110011 | 0 | 1010110 | 1001011 | 10101 | 101100000 | 1001011 | 101101 |
Color Harmonies of #CA1D33
Complementary color
Monochromatic Colors of #CA1D33
Black with #CA1D33
Text Example
Text Example
White with #CA1D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1D33; }
p { color: rgb(202,29,51); }
H1.HeaderClassName
{
color: #CA1D33;
}
.AnyTagClassName
{
color: #CA1D33;
}
</style>
background-color css
<style>
a { background-color: #CA1D33; }
a { background-color: rgb(202,29,51); }
div.DivClassName
{
background-color: #CA1D33;
}
.BgClassName
{
background-color: #CA1D33;
}
</style>
border-color css
<style>
span { border-color: #CA1D33; }
span { border-color: rgb(202,29,51); }
td.TdClassName
{
border-color: #CA1D33;
}
.TagClassName
{
border-color: #CA1D33;
}
</style>