Shades of Cardinal #CA1430
Tints of Cardinal #CA1430
RGB
CMYK
RGB Variations
Color information
#CA1430 (or 0xCA1430) is known color: Cardinal. HEX triplet: CA, 14 and 30. RGB value is (202,20,48). Sum of RGB (Red+Green+Blue) = 202+20+48=270 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.81% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1430 is #35EBCF. Grayscale: #4D4D4D. Windows color (decimal): -3533776 or 3151050. OLE color: 3151050.
HSL color Cylindrical-coordinate representation of color #CA1430: hue angle of 350.77º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1430 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 48 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.21 |
| HSL | 350.77º | 0.82% | 0.44% | - |
| HSV(B) | 350.77º | 0.9% | 0.79% | - |
| XYZ | 25.14 | 13.27 | 4.03 | - |
| YUV | 77.61 | 111.3 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 48 | 0 | 0.90 | 0.76 | 0.21 | 350.77 | 0.82 | 0.44 |
| Hex | CA | 14 | 30 | 0 | 5A | 4C | 15 | 15F | 52 | 2C |
| Octal | 312 | 24 | 60 | 0 | 132 | 114 | 25 | 537 | 122 | 54 |
| Binary | 11001010 | 10100 | 110000 | 0 | 1011010 | 1001100 | 10101 | 101011111 | 1010010 | 101100 |
Color Harmonies of #CA1430
Complementary color
Monochromatic Colors of #CA1430
Black with #CA1430
Text Example
Text Example
White with #CA1430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1430; }
p { color: rgb(202,20,48); }
H1.HeaderClassName
{
color: #CA1430;
}
.AnyTagClassName
{
color: #CA1430;
}
</style>
background-color css
<style>
a { background-color: #CA1430; }
a { background-color: rgb(202,20,48); }
div.DivClassName
{
background-color: #CA1430;
}
.BgClassName
{
background-color: #CA1430;
}
</style>
border-color css
<style>
span { border-color: #CA1430; }
span { border-color: rgb(202,20,48); }
td.TdClassName
{
border-color: #CA1430;
}
.TagClassName
{
border-color: #CA1430;
}
</style>