Shades of Cardinal #CA0D3E
Tints of Cardinal #CA0D3E
RGB
CMYK
RGB Variations
Color information
#CA0D3E (or 0xCA0D3E) is known color: Cardinal. HEX triplet: CA, 0D and 3E. RGB value is (202,13,62). Sum of RGB (Red+Green+Blue) = 202+13+62=277 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.92% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0D3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0D3E is #35F2C1. Grayscale: #4B4B4B. Windows color (decimal): -3535554 or 4066762. OLE color: 4066762.
HSL color Cylindrical-coordinate representation of color #CA0D3E: hue angle of 344.44º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0D3E is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 13 | 62 | - |
| CMYK | 0 | 0.94 | 0.69 | 0.21 |
| HSL | 344.44º | 0.88% | 0.42% | - |
| HSV(B) | 344.44º | 0.94% | 0.79% | - |
| XYZ | 25.37 | 13.19 | 5.77 | - |
| YUV | 75.1 | 120.62 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 13 | 62 | 0 | 0.94 | 0.69 | 0.21 | 344.44 | 0.88 | 0.42 |
| Hex | CA | D | 3E | 0 | 5E | 45 | 15 | 158 | 58 | 2A |
| Octal | 312 | 15 | 76 | 0 | 136 | 105 | 25 | 530 | 130 | 52 |
| Binary | 11001010 | 1101 | 111110 | 0 | 1011110 | 1000101 | 10101 | 101011000 | 1011000 | 101010 |
Color Harmonies of #CA0D3E
Complementary color
Monochromatic Colors of #CA0D3E
Black with #CA0D3E
Text Example
Text Example
White with #CA0D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0D3E; }
p { color: rgb(202,13,62); }
H1.HeaderClassName
{
color: #CA0D3E;
}
.AnyTagClassName
{
color: #CA0D3E;
}
</style>
background-color css
<style>
a { background-color: #CA0D3E; }
a { background-color: rgb(202,13,62); }
div.DivClassName
{
background-color: #CA0D3E;
}
.BgClassName
{
background-color: #CA0D3E;
}
</style>
border-color css
<style>
span { border-color: #CA0D3E; }
span { border-color: rgb(202,13,62); }
td.TdClassName
{
border-color: #CA0D3E;
}
.TagClassName
{
border-color: #CA0D3E;
}
</style>