Shades of Cardinal #CA1D3F
Tints of Cardinal #CA1D3F
RGB
CMYK
RGB Variations
Color information
#CA1D3F (or 0xCA1D3F) is known color: Cardinal. HEX triplet: CA, 1D and 3F. RGB value is (202,29,63). Sum of RGB (Red+Green+Blue) = 202+29+63=294 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.71% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1D3F is #35E2C0. Grayscale: #545454. Windows color (decimal): -3531457 or 4136394. OLE color: 4136394.
HSL color Cylindrical-coordinate representation of color #CA1D3F: hue angle of 348.21º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1D3F is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 29 | 63 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.21 |
| HSL | 348.21º | 0.75% | 0.45% | - |
| HSV(B) | 348.21º | 0.86% | 0.79% | - |
| XYZ | 25.69 | 13.79 | 6.01 | - |
| YUV | 84.6 | 115.81 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 29 | 63 | 0 | 0.86 | 0.69 | 0.21 | 348.21 | 0.75 | 0.45 |
| Hex | CA | 1D | 3F | 0 | 56 | 45 | 15 | 15C | 4B | 2D |
| Octal | 312 | 35 | 77 | 0 | 126 | 105 | 25 | 534 | 113 | 55 |
| Binary | 11001010 | 11101 | 111111 | 0 | 1010110 | 1000101 | 10101 | 101011100 | 1001011 | 101101 |
Color Harmonies of #CA1D3F
Complementary color
Monochromatic Colors of #CA1D3F
Black with #CA1D3F
Text Example
Text Example
White with #CA1D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1D3F; }
p { color: rgb(202,29,63); }
H1.HeaderClassName
{
color: #CA1D3F;
}
.AnyTagClassName
{
color: #CA1D3F;
}
</style>
background-color css
<style>
a { background-color: #CA1D3F; }
a { background-color: rgb(202,29,63); }
div.DivClassName
{
background-color: #CA1D3F;
}
.BgClassName
{
background-color: #CA1D3F;
}
</style>
border-color css
<style>
span { border-color: #CA1D3F; }
span { border-color: rgb(202,29,63); }
td.TdClassName
{
border-color: #CA1D3F;
}
.TagClassName
{
border-color: #CA1D3F;
}
</style>