Shades of Cardinal #CA2330
Tints of Cardinal #CA2330
RGB
CMYK
RGB Variations
Color information
#CA2330 (or 0xCA2330) is known color: Cardinal. HEX triplet: CA, 23 and 30. RGB value is (202,35,48). Sum of RGB (Red+Green+Blue) = 202+35+48=285 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.88% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2330 is #35DCCF. Grayscale: #565656. Windows color (decimal): -3529936 or 3154890. OLE color: 3154890.
HSL color Cylindrical-coordinate representation of color #CA2330: hue angle of 355.33º 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 #CA2330 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 35 | 48 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.21 |
| HSL | 355.33º | 0.7% | 0.46% | - |
| HSV(B) | 355.33º | 0.83% | 0.79% | - |
| XYZ | 25.49 | 13.97 | 4.15 | - |
| YUV | 86.42 | 106.33 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 35 | 48 | 0 | 0.83 | 0.76 | 0.21 | 355.33 | 0.7 | 0.46 |
| Hex | CA | 23 | 30 | 0 | 53 | 4C | 15 | 163 | 46 | 2E |
| Octal | 312 | 43 | 60 | 0 | 123 | 114 | 25 | 543 | 106 | 56 |
| Binary | 11001010 | 100011 | 110000 | 0 | 1010011 | 1001100 | 10101 | 101100011 | 1000110 | 101110 |
Color Harmonies of #CA2330
Complementary color
Monochromatic Colors of #CA2330
Black with #CA2330
Text Example
Text Example
White with #CA2330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2330; }
p { color: rgb(202,35,48); }
H1.HeaderClassName
{
color: #CA2330;
}
.AnyTagClassName
{
color: #CA2330;
}
</style>
background-color css
<style>
a { background-color: #CA2330; }
a { background-color: rgb(202,35,48); }
div.DivClassName
{
background-color: #CA2330;
}
.BgClassName
{
background-color: #CA2330;
}
</style>
border-color css
<style>
span { border-color: #CA2330; }
span { border-color: rgb(202,35,48); }
td.TdClassName
{
border-color: #CA2330;
}
.TagClassName
{
border-color: #CA2330;
}
</style>