Shades of Cardinal #CA1E2D
Tints of Cardinal #CA1E2D
RGB
CMYK
RGB Variations
Color information
#CA1E2D (or 0xCA1E2D) is known color: Cardinal. HEX triplet: CA, 1E and 2D. RGB value is (202,30,45). Sum of RGB (Red+Green+Blue) = 202+30+45=277 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.92% from 277); Green value is 30 (12.11% from 255 or 10.83% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1E2D is #35E1D2. Grayscale: #535353. Windows color (decimal): -3531219 or 2957002. OLE color: 2957002.
HSL color Cylindrical-coordinate representation of color #CA1E2D: hue angle of 354.77º 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 #CA1E2D is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 30 | 45 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.21 |
| HSL | 354.77º | 0.74% | 0.45% | - |
| HSV(B) | 354.77º | 0.85% | 0.79% | - |
| XYZ | 25.3 | 13.67 | 3.79 | - |
| YUV | 83.14 | 106.48 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 45 | 0 | 0.85 | 0.78 | 0.21 | 354.77 | 0.74 | 0.45 |
| Hex | CA | 1E | 2D | 0 | 55 | 4E | 15 | 163 | 4A | 2D |
| Octal | 312 | 36 | 55 | 0 | 125 | 116 | 25 | 543 | 112 | 55 |
| Binary | 11001010 | 11110 | 101101 | 0 | 1010101 | 1001110 | 10101 | 101100011 | 1001010 | 101101 |
Color Harmonies of #CA1E2D
Complementary color
Monochromatic Colors of #CA1E2D
Black with #CA1E2D
Text Example
Text Example
White with #CA1E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1E2D; }
p { color: rgb(202,30,45); }
H1.HeaderClassName
{
color: #CA1E2D;
}
.AnyTagClassName
{
color: #CA1E2D;
}
</style>
background-color css
<style>
a { background-color: #CA1E2D; }
a { background-color: rgb(202,30,45); }
div.DivClassName
{
background-color: #CA1E2D;
}
.BgClassName
{
background-color: #CA1E2D;
}
</style>
border-color css
<style>
span { border-color: #CA1E2D; }
span { border-color: rgb(202,30,45); }
td.TdClassName
{
border-color: #CA1E2D;
}
.TagClassName
{
border-color: #CA1E2D;
}
</style>