Shades of Cardinal #CA0E3E
Tints of Cardinal #CA0E3E
RGB
CMYK
RGB Variations
Color information
#CA0E3E (or 0xCA0E3E) is known color: Cardinal. HEX triplet: CA, 0E and 3E. RGB value is (202,14,62). Sum of RGB (Red+Green+Blue) = 202+14+62=278 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.66% from 278); Green value is 14 (5.86% from 255 or 5.04% from 278); Blue value is 62 (24.61% from 255 or 22.30% from 278); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0E3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0E3E is #35F1C1. Grayscale: #4B4B4B. Windows color (decimal): -3535298 or 4067018. OLE color: 4067018.
HSL color Cylindrical-coordinate representation of color #CA0E3E: hue angle of 344.68º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0E3E is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 14 | 62 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.21 |
| HSL | 344.68º | 0.87% | 0.42% | - |
| HSV(B) | 344.68º | 0.93% | 0.79% | - |
| XYZ | 25.38 | 13.22 | 5.77 | - |
| YUV | 75.68 | 120.28 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 14 | 62 | 0 | 0.93 | 0.69 | 0.21 | 344.68 | 0.87 | 0.42 |
| Hex | CA | E | 3E | 0 | 5D | 45 | 15 | 159 | 57 | 2A |
| Octal | 312 | 16 | 76 | 0 | 135 | 105 | 25 | 531 | 127 | 52 |
| Binary | 11001010 | 1110 | 111110 | 0 | 1011101 | 1000101 | 10101 | 101011001 | 1010111 | 101010 |
Color Harmonies of #CA0E3E
Complementary color
Monochromatic Colors of #CA0E3E
Black with #CA0E3E
Text Example
Text Example
White with #CA0E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0E3E; }
p { color: rgb(202,14,62); }
H1.HeaderClassName
{
color: #CA0E3E;
}
.AnyTagClassName
{
color: #CA0E3E;
}
</style>
background-color css
<style>
a { background-color: #CA0E3E; }
a { background-color: rgb(202,14,62); }
div.DivClassName
{
background-color: #CA0E3E;
}
.BgClassName
{
background-color: #CA0E3E;
}
</style>
border-color css
<style>
span { border-color: #CA0E3E; }
span { border-color: rgb(202,14,62); }
td.TdClassName
{
border-color: #CA0E3E;
}
.TagClassName
{
border-color: #CA0E3E;
}
</style>