Shades of Cardinal #CA1D37
Tints of Cardinal #CA1D37
RGB
CMYK
RGB Variations
Color information
#CA1D37 (or 0xCA1D37) is known color: Cardinal. HEX triplet: CA, 1D and 37. RGB value is (202,29,55). Sum of RGB (Red+Green+Blue) = 202+29+55=286 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.63% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1D37 is #35E2C8. Grayscale: #535353. Windows color (decimal): -3531465 or 3612106. OLE color: 3612106.
HSL color Cylindrical-coordinate representation of color #CA1D37: hue angle of 350.98º 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 #CA1D37 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 29 | 55 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.21 |
| HSL | 350.98º | 0.75% | 0.45% | - |
| HSV(B) | 350.98º | 0.86% | 0.79% | - |
| XYZ | 25.49 | 13.71 | 4.92 | - |
| YUV | 83.69 | 111.81 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 29 | 55 | 0 | 0.86 | 0.73 | 0.21 | 350.98 | 0.75 | 0.45 |
| Hex | CA | 1D | 37 | 0 | 56 | 49 | 15 | 15F | 4B | 2D |
| Octal | 312 | 35 | 67 | 0 | 126 | 111 | 25 | 537 | 113 | 55 |
| Binary | 11001010 | 11101 | 110111 | 0 | 1010110 | 1001001 | 10101 | 101011111 | 1001011 | 101101 |
Color Harmonies of #CA1D37
Complementary color
Monochromatic Colors of #CA1D37
Black with #CA1D37
Text Example
Text Example
White with #CA1D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1D37; }
p { color: rgb(202,29,55); }
H1.HeaderClassName
{
color: #CA1D37;
}
.AnyTagClassName
{
color: #CA1D37;
}
</style>
background-color css
<style>
a { background-color: #CA1D37; }
a { background-color: rgb(202,29,55); }
div.DivClassName
{
background-color: #CA1D37;
}
.BgClassName
{
background-color: #CA1D37;
}
</style>
border-color css
<style>
span { border-color: #CA1D37; }
span { border-color: rgb(202,29,55); }
td.TdClassName
{
border-color: #CA1D37;
}
.TagClassName
{
border-color: #CA1D37;
}
</style>