Shades of Cardinal #CD1435
Tints of Cardinal #CD1435
RGB
CMYK
RGB Variations
Color information
#CD1435 (or 0xCD1435) is known color: Cardinal. HEX triplet: CD, 14 and 35. RGB value is (205,20,53). Sum of RGB (Red+Green+Blue) = 205+20+53=278 (36% of max value = 765). Red value is 205 (80.47% from 255 or 73.74% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1435 is #32EBCA. Grayscale: #4F4F4F. Windows color (decimal): -3337163 or 3478733. OLE color: 3478733.
HSL color Cylindrical-coordinate representation of color #CD1435: hue angle of 349.3º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD1435 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 53 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.20 |
| HSL | 349.3º | 0.82% | 0.44% | - |
| HSV(B) | 349.3º | 0.9% | 0.8% | - |
| XYZ | 26.07 | 13.74 | 4.65 | - |
| YUV | 79.08 | 113.29 | 217.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 53 | 0 | 0.90 | 0.74 | 0.20 | 349.3 | 0.82 | 0.44 |
| Hex | CD | 14 | 35 | 0 | 5A | 4A | 14 | 15D | 52 | 2C |
| Octal | 315 | 24 | 65 | 0 | 132 | 112 | 24 | 535 | 122 | 54 |
| Binary | 11001101 | 10100 | 110101 | 0 | 1011010 | 1001010 | 10100 | 101011101 | 1010010 | 101100 |
Color Harmonies of #CD1435
Complementary color
Monochromatic Colors of #CD1435
Black with #CD1435
Text Example
Text Example
White with #CD1435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1435; }
p { color: rgb(205,20,53); }
H1.HeaderClassName
{
color: #CD1435;
}
.AnyTagClassName
{
color: #CD1435;
}
</style>
background-color css
<style>
a { background-color: #CD1435; }
a { background-color: rgb(205,20,53); }
div.DivClassName
{
background-color: #CD1435;
}
.BgClassName
{
background-color: #CD1435;
}
</style>
border-color css
<style>
span { border-color: #CD1435; }
span { border-color: rgb(205,20,53); }
td.TdClassName
{
border-color: #CD1435;
}
.TagClassName
{
border-color: #CD1435;
}
</style>