Shades of Cardinal #CA133F
Tints of Cardinal #CA133F
RGB
CMYK
RGB Variations
Color information
#CA133F (or 0xCA133F) is known color: Cardinal. HEX triplet: CA, 13 and 3F. RGB value is (202,19,63). Sum of RGB (Red+Green+Blue) = 202+19+63=284 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.13% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 202 - color contains mainly: red. Hex color #CA133F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA133F is #35ECC0. Grayscale: #4E4E4E. Windows color (decimal): -3534017 or 4133834. OLE color: 4133834.
HSL color Cylindrical-coordinate representation of color #CA133F: hue angle of 345.57º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA133F is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 63 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.21 |
| HSL | 345.57º | 0.83% | 0.43% | - |
| HSV(B) | 345.57º | 0.91% | 0.79% | - |
| XYZ | 25.49 | 13.38 | 5.94 | - |
| YUV | 78.73 | 119.13 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 63 | 0 | 0.91 | 0.69 | 0.21 | 345.57 | 0.83 | 0.43 |
| Hex | CA | 13 | 3F | 0 | 5B | 45 | 15 | 15A | 53 | 2B |
| Octal | 312 | 23 | 77 | 0 | 133 | 105 | 25 | 532 | 123 | 53 |
| Binary | 11001010 | 10011 | 111111 | 0 | 1011011 | 1000101 | 10101 | 101011010 | 1010011 | 101011 |
Color Harmonies of #CA133F
Complementary color
Monochromatic Colors of #CA133F
Black with #CA133F
Text Example
Text Example
White with #CA133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA133F; }
p { color: rgb(202,19,63); }
H1.HeaderClassName
{
color: #CA133F;
}
.AnyTagClassName
{
color: #CA133F;
}
</style>
background-color css
<style>
a { background-color: #CA133F; }
a { background-color: rgb(202,19,63); }
div.DivClassName
{
background-color: #CA133F;
}
.BgClassName
{
background-color: #CA133F;
}
</style>
border-color css
<style>
span { border-color: #CA133F; }
span { border-color: rgb(202,19,63); }
td.TdClassName
{
border-color: #CA133F;
}
.TagClassName
{
border-color: #CA133F;
}
</style>