Shades of Cardinal #CA233D
Tints of Cardinal #CA233D
RGB
CMYK
RGB Variations
Color information
#CA233D (or 0xCA233D) is known color: Cardinal. HEX triplet: CA, 23 and 3D. RGB value is (202,35,61). Sum of RGB (Red+Green+Blue) = 202+35+61=298 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.79% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 202 - color contains mainly: red. Hex color #CA233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA233D is #35DCC2. Grayscale: #575757. Windows color (decimal): -3529923 or 4006858. OLE color: 4006858.
HSL color Cylindrical-coordinate representation of color #CA233D: hue angle of 350.66º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA233D is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 35 | 61 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.21 |
| HSL | 350.66º | 0.7% | 0.46% | - |
| HSV(B) | 350.66º | 0.83% | 0.79% | - |
| XYZ | 25.8 | 14.1 | 5.78 | - |
| YUV | 87.9 | 112.83 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 35 | 61 | 0 | 0.83 | 0.70 | 0.21 | 350.66 | 0.7 | 0.46 |
| Hex | CA | 23 | 3D | 0 | 53 | 46 | 15 | 15F | 46 | 2E |
| Octal | 312 | 43 | 75 | 0 | 123 | 106 | 25 | 537 | 106 | 56 |
| Binary | 11001010 | 100011 | 111101 | 0 | 1010011 | 1000110 | 10101 | 101011111 | 1000110 | 101110 |
Color Harmonies of #CA233D
Complementary color
Monochromatic Colors of #CA233D
Black with #CA233D
Text Example
Text Example
White with #CA233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA233D; }
p { color: rgb(202,35,61); }
H1.HeaderClassName
{
color: #CA233D;
}
.AnyTagClassName
{
color: #CA233D;
}
</style>
background-color css
<style>
a { background-color: #CA233D; }
a { background-color: rgb(202,35,61); }
div.DivClassName
{
background-color: #CA233D;
}
.BgClassName
{
background-color: #CA233D;
}
</style>
border-color css
<style>
span { border-color: #CA233D; }
span { border-color: rgb(202,35,61); }
td.TdClassName
{
border-color: #CA233D;
}
.TagClassName
{
border-color: #CA233D;
}
</style>