Shades of Cardinal #CA1E36
Tints of Cardinal #CA1E36
RGB
CMYK
RGB Variations
Color information
#CA1E36 (or 0xCA1E36) is known color: Cardinal. HEX triplet: CA, 1E and 36. RGB value is (202,30,54). Sum of RGB (Red+Green+Blue) = 202+30+54=286 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.63% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1E36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1E36 is #35E1C9. Grayscale: #545454. Windows color (decimal): -3531210 or 3546826. OLE color: 3546826.
HSL color Cylindrical-coordinate representation of color #CA1E36: hue angle of 351.63º 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 #CA1E36 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 30 | 54 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.21 |
| HSL | 351.63º | 0.74% | 0.45% | - |
| HSV(B) | 351.63º | 0.85% | 0.79% | - |
| XYZ | 25.49 | 13.75 | 4.8 | - |
| YUV | 84.16 | 110.98 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 54 | 0 | 0.85 | 0.73 | 0.21 | 351.63 | 0.74 | 0.45 |
| Hex | CA | 1E | 36 | 0 | 55 | 49 | 15 | 160 | 4A | 2D |
| Octal | 312 | 36 | 66 | 0 | 125 | 111 | 25 | 540 | 112 | 55 |
| Binary | 11001010 | 11110 | 110110 | 0 | 1010101 | 1001001 | 10101 | 101100000 | 1001010 | 101101 |
Color Harmonies of #CA1E36
Complementary color
Monochromatic Colors of #CA1E36
Black with #CA1E36
Text Example
Text Example
White with #CA1E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1E36; }
p { color: rgb(202,30,54); }
H1.HeaderClassName
{
color: #CA1E36;
}
.AnyTagClassName
{
color: #CA1E36;
}
</style>
background-color css
<style>
a { background-color: #CA1E36; }
a { background-color: rgb(202,30,54); }
div.DivClassName
{
background-color: #CA1E36;
}
.BgClassName
{
background-color: #CA1E36;
}
</style>
border-color css
<style>
span { border-color: #CA1E36; }
span { border-color: rgb(202,30,54); }
td.TdClassName
{
border-color: #CA1E36;
}
.TagClassName
{
border-color: #CA1E36;
}
</style>