Shades of Cardinal #CA1D36
Tints of Cardinal #CA1D36
RGB
CMYK
RGB Variations
Color information
#CA1D36 (or 0xCA1D36) is known color: Cardinal. HEX triplet: CA, 1D and 36. RGB value is (202,29,54). Sum of RGB (Red+Green+Blue) = 202+29+54=285 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.88% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1D36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1D36 is #35E2C9. Grayscale: #535353. Windows color (decimal): -3531466 or 3546570. OLE color: 3546570.
HSL color Cylindrical-coordinate representation of color #CA1D36: hue angle of 351.33º 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 #CA1D36 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 29 | 54 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.21 |
| HSL | 351.33º | 0.75% | 0.45% | - |
| HSV(B) | 351.33º | 0.86% | 0.79% | - |
| XYZ | 25.46 | 13.7 | 4.79 | - |
| YUV | 83.58 | 111.31 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 29 | 54 | 0 | 0.86 | 0.73 | 0.21 | 351.33 | 0.75 | 0.45 |
| Hex | CA | 1D | 36 | 0 | 56 | 49 | 15 | 15F | 4B | 2D |
| Octal | 312 | 35 | 66 | 0 | 126 | 111 | 25 | 537 | 113 | 55 |
| Binary | 11001010 | 11101 | 110110 | 0 | 1010110 | 1001001 | 10101 | 101011111 | 1001011 | 101101 |
Color Harmonies of #CA1D36
Complementary color
Monochromatic Colors of #CA1D36
Black with #CA1D36
Text Example
Text Example
White with #CA1D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1D36; }
p { color: rgb(202,29,54); }
H1.HeaderClassName
{
color: #CA1D36;
}
.AnyTagClassName
{
color: #CA1D36;
}
</style>
background-color css
<style>
a { background-color: #CA1D36; }
a { background-color: rgb(202,29,54); }
div.DivClassName
{
background-color: #CA1D36;
}
.BgClassName
{
background-color: #CA1D36;
}
</style>
border-color css
<style>
span { border-color: #CA1D36; }
span { border-color: rgb(202,29,54); }
td.TdClassName
{
border-color: #CA1D36;
}
.TagClassName
{
border-color: #CA1D36;
}
</style>