Shades of Cardinal #CA1D34
Tints of Cardinal #CA1D34
RGB
CMYK
RGB Variations
Color information
#CA1D34 (or 0xCA1D34) is known color: Cardinal. HEX triplet: CA, 1D and 34. RGB value is (202,29,52). Sum of RGB (Red+Green+Blue) = 202+29+52=283 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.38% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1D34 is #35E2CB. Grayscale: #535353. Windows color (decimal): -3531468 or 3415498. OLE color: 3415498.
HSL color Cylindrical-coordinate representation of color #CA1D34: hue angle of 352.02º 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 #CA1D34 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 29 | 52 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.21 |
| HSL | 352.02º | 0.75% | 0.45% | - |
| HSV(B) | 352.02º | 0.86% | 0.79% | - |
| XYZ | 25.42 | 13.68 | 4.55 | - |
| YUV | 83.35 | 110.31 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 29 | 52 | 0 | 0.86 | 0.74 | 0.21 | 352.02 | 0.75 | 0.45 |
| Hex | CA | 1D | 34 | 0 | 56 | 4A | 15 | 160 | 4B | 2D |
| Octal | 312 | 35 | 64 | 0 | 126 | 112 | 25 | 540 | 113 | 55 |
| Binary | 11001010 | 11101 | 110100 | 0 | 1010110 | 1001010 | 10101 | 101100000 | 1001011 | 101101 |
Color Harmonies of #CA1D34
Complementary color
Monochromatic Colors of #CA1D34
Black with #CA1D34
Text Example
Text Example
White with #CA1D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1D34; }
p { color: rgb(202,29,52); }
H1.HeaderClassName
{
color: #CA1D34;
}
.AnyTagClassName
{
color: #CA1D34;
}
</style>
background-color css
<style>
a { background-color: #CA1D34; }
a { background-color: rgb(202,29,52); }
div.DivClassName
{
background-color: #CA1D34;
}
.BgClassName
{
background-color: #CA1D34;
}
</style>
border-color css
<style>
span { border-color: #CA1D34; }
span { border-color: rgb(202,29,52); }
td.TdClassName
{
border-color: #CA1D34;
}
.TagClassName
{
border-color: #CA1D34;
}
</style>