Shades of Cardinal #CA1433
Tints of Cardinal #CA1433
RGB
CMYK
RGB Variations
Color information
#CA1433 (or 0xCA1433) is known color: Cardinal. HEX triplet: CA, 14 and 33. RGB value is (202,20,51). Sum of RGB (Red+Green+Blue) = 202+20+51=273 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.99% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1433 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1433 is #35EBCC. Grayscale: #4E4E4E. Windows color (decimal): -3533773 or 3347658. OLE color: 3347658.
HSL color Cylindrical-coordinate representation of color #CA1433: hue angle of 349.78º 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 #CA1433 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 51 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.21 |
| HSL | 349.78º | 0.82% | 0.44% | - |
| HSV(B) | 349.78º | 0.9% | 0.79% | - |
| XYZ | 25.2 | 13.3 | 4.37 | - |
| YUV | 77.95 | 112.8 | 216.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 51 | 0 | 0.90 | 0.75 | 0.21 | 349.78 | 0.82 | 0.44 |
| Hex | CA | 14 | 33 | 0 | 5A | 4B | 15 | 15E | 52 | 2C |
| Octal | 312 | 24 | 63 | 0 | 132 | 113 | 25 | 536 | 122 | 54 |
| Binary | 11001010 | 10100 | 110011 | 0 | 1011010 | 1001011 | 10101 | 101011110 | 1010010 | 101100 |
Color Harmonies of #CA1433
Complementary color
Monochromatic Colors of #CA1433
Black with #CA1433
Text Example
Text Example
White with #CA1433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1433; }
p { color: rgb(202,20,51); }
H1.HeaderClassName
{
color: #CA1433;
}
.AnyTagClassName
{
color: #CA1433;
}
</style>
background-color css
<style>
a { background-color: #CA1433; }
a { background-color: rgb(202,20,51); }
div.DivClassName
{
background-color: #CA1433;
}
.BgClassName
{
background-color: #CA1433;
}
</style>
border-color css
<style>
span { border-color: #CA1433; }
span { border-color: rgb(202,20,51); }
td.TdClassName
{
border-color: #CA1433;
}
.TagClassName
{
border-color: #CA1433;
}
</style>