Shades of Cardinal #D01837
Tints of Cardinal #D01837
RGB
CMYK
RGB Variations
Color information
#D01837 (or 0xD01837) is known color: Cardinal. HEX triplet: D0, 18 and 37. RGB value is (208,24,55). Sum of RGB (Red+Green+Blue) = 208+24+55=287 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.47% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 208 - color contains mainly: red. Hex color #D01837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01837 is #2FE7C8. Grayscale: #525252. Windows color (decimal): -3139529 or 3610832. OLE color: 3610832.
HSL color Cylindrical-coordinate representation of color #D01837: hue angle of 349.89º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01837 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 55 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.18 |
| HSL | 349.89º | 0.79% | 0.45% | - |
| HSV(B) | 349.89º | 0.88% | 0.82% | - |
| XYZ | 27.03 | 14.34 | 4.96 | - |
| YUV | 82.55 | 112.46 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 55 | 0 | 0.88 | 0.74 | 0.18 | 349.89 | 0.79 | 0.45 |
| Hex | D0 | 18 | 37 | 0 | 58 | 4A | 12 | 15E | 4F | 2D |
| Octal | 320 | 30 | 67 | 0 | 130 | 112 | 22 | 536 | 117 | 55 |
| Binary | 11010000 | 11000 | 110111 | 0 | 1011000 | 1001010 | 10010 | 101011110 | 1001111 | 101101 |
Color Harmonies of #D01837
Complementary color
Monochromatic Colors of #D01837
Black with #D01837
Text Example
Text Example
White with #D01837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01837; }
p { color: rgb(208,24,55); }
H1.HeaderClassName
{
color: #D01837;
}
.AnyTagClassName
{
color: #D01837;
}
</style>
background-color css
<style>
a { background-color: #D01837; }
a { background-color: rgb(208,24,55); }
div.DivClassName
{
background-color: #D01837;
}
.BgClassName
{
background-color: #D01837;
}
</style>
border-color css
<style>
span { border-color: #D01837; }
span { border-color: rgb(208,24,55); }
td.TdClassName
{
border-color: #D01837;
}
.TagClassName
{
border-color: #D01837;
}
</style>