Shades of Cardinal #CD2636
Tints of Cardinal #CD2636
RGB
CMYK
RGB Variations
Color information
#CD2636 (or 0xCD2636) is known color: Cardinal. HEX triplet: CD, 26 and 36. RGB value is (205,38,54). Sum of RGB (Red+Green+Blue) = 205+38+54=297 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.02% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2636 is #32D9C9. Grayscale: #595959. Windows color (decimal): -3332554 or 3548877. OLE color: 3548877.
HSL color Cylindrical-coordinate representation of color #CD2636: hue angle of 354.25º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD2636 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 38 | 54 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.20 |
| HSL | 354.25º | 0.69% | 0.48% | - |
| HSV(B) | 354.25º | 0.81% | 0.8% | - |
| XYZ | 26.54 | 14.63 | 4.92 | - |
| YUV | 89.76 | 107.83 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 38 | 54 | 0 | 0.81 | 0.74 | 0.20 | 354.25 | 0.69 | 0.48 |
| Hex | CD | 26 | 36 | 0 | 51 | 4A | 14 | 162 | 45 | 30 |
| Octal | 315 | 46 | 66 | 0 | 121 | 112 | 24 | 542 | 105 | 60 |
| Binary | 11001101 | 100110 | 110110 | 0 | 1010001 | 1001010 | 10100 | 101100010 | 1000101 | 110000 |
Color Harmonies of #CD2636
Complementary color
Monochromatic Colors of #CD2636
Black with #CD2636
Text Example
Text Example
White with #CD2636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2636; }
p { color: rgb(205,38,54); }
H1.HeaderClassName
{
color: #CD2636;
}
.AnyTagClassName
{
color: #CD2636;
}
</style>
background-color css
<style>
a { background-color: #CD2636; }
a { background-color: rgb(205,38,54); }
div.DivClassName
{
background-color: #CD2636;
}
.BgClassName
{
background-color: #CD2636;
}
</style>
border-color css
<style>
span { border-color: #CD2636; }
span { border-color: rgb(205,38,54); }
td.TdClassName
{
border-color: #CD2636;
}
.TagClassName
{
border-color: #CD2636;
}
</style>