Shades of Cardinal #CD1935
Tints of Cardinal #CD1935
RGB
CMYK
RGB Variations
Color information
#CD1935 (or 0xCD1935) is known color: Cardinal. HEX triplet: CD, 19 and 35. RGB value is (205,25,53). Sum of RGB (Red+Green+Blue) = 205+25+53=283 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.44% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1935 is #32E6CA. Grayscale: #525252. Windows color (decimal): -3335883 or 3480013. OLE color: 3480013.
HSL color Cylindrical-coordinate representation of color #CD1935: hue angle of 350.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD1935 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 25 | 53 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.20 |
| HSL | 350.67º | 0.78% | 0.45% | - |
| HSV(B) | 350.67º | 0.88% | 0.8% | - |
| XYZ | 26.17 | 13.93 | 4.68 | - |
| YUV | 82.01 | 111.63 | 215.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 25 | 53 | 0 | 0.88 | 0.74 | 0.20 | 350.67 | 0.78 | 0.45 |
| Hex | CD | 19 | 35 | 0 | 58 | 4A | 14 | 15F | 4E | 2D |
| Octal | 315 | 31 | 65 | 0 | 130 | 112 | 24 | 537 | 116 | 55 |
| Binary | 11001101 | 11001 | 110101 | 0 | 1011000 | 1001010 | 10100 | 101011111 | 1001110 | 101101 |
Color Harmonies of #CD1935
Complementary color
Monochromatic Colors of #CD1935
Black with #CD1935
Text Example
Text Example
White with #CD1935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1935; }
p { color: rgb(205,25,53); }
H1.HeaderClassName
{
color: #CD1935;
}
.AnyTagClassName
{
color: #CD1935;
}
</style>
background-color css
<style>
a { background-color: #CD1935; }
a { background-color: rgb(205,25,53); }
div.DivClassName
{
background-color: #CD1935;
}
.BgClassName
{
background-color: #CD1935;
}
</style>
border-color css
<style>
span { border-color: #CD1935; }
span { border-color: rgb(205,25,53); }
td.TdClassName
{
border-color: #CD1935;
}
.TagClassName
{
border-color: #CD1935;
}
</style>