Shades of Cardinal #CD1E3F
Tints of Cardinal #CD1E3F
RGB
CMYK
RGB Variations
Color information
#CD1E3F (or 0xCD1E3F) is known color: Cardinal. HEX triplet: CD, 1E and 3F. RGB value is (205,30,63). Sum of RGB (Red+Green+Blue) = 205+30+63=298 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.79% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1E3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD1E3F is #32E1C0. Grayscale: #565656. Windows color (decimal): -3334593 or 4136653. OLE color: 4136653.
HSL color Cylindrical-coordinate representation of color #CD1E3F: hue angle of 348.69º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD1E3F is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 30 | 63 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.20 |
| HSL | 348.69º | 0.74% | 0.46% | - |
| HSV(B) | 348.69º | 0.85% | 0.8% | - |
| XYZ | 26.54 | 14.27 | 6.06 | - |
| YUV | 86.09 | 114.98 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 30 | 63 | 0 | 0.85 | 0.69 | 0.20 | 348.69 | 0.74 | 0.46 |
| Hex | CD | 1E | 3F | 0 | 55 | 45 | 14 | 15D | 4A | 2E |
| Octal | 315 | 36 | 77 | 0 | 125 | 105 | 24 | 535 | 112 | 56 |
| Binary | 11001101 | 11110 | 111111 | 0 | 1010101 | 1000101 | 10100 | 101011101 | 1001010 | 101110 |
Color Harmonies of #CD1E3F
Complementary color
Monochromatic Colors of #CD1E3F
Black with #CD1E3F
Text Example
Text Example
White with #CD1E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1E3F; }
p { color: rgb(205,30,63); }
H1.HeaderClassName
{
color: #CD1E3F;
}
.AnyTagClassName
{
color: #CD1E3F;
}
</style>
background-color css
<style>
a { background-color: #CD1E3F; }
a { background-color: rgb(205,30,63); }
div.DivClassName
{
background-color: #CD1E3F;
}
.BgClassName
{
background-color: #CD1E3F;
}
</style>
border-color css
<style>
span { border-color: #CD1E3F; }
span { border-color: rgb(205,30,63); }
td.TdClassName
{
border-color: #CD1E3F;
}
.TagClassName
{
border-color: #CD1E3F;
}
</style>