Shades of Cardinal #D01D37
Tints of Cardinal #D01D37
RGB
CMYK
RGB Variations
Color information
#D01D37 (or 0xD01D37) is known color: Cardinal. HEX triplet: D0, 1D and 37. RGB value is (208,29,55). Sum of RGB (Red+Green+Blue) = 208+29+55=292 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.23% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01D37 is #2FE2C8. Grayscale: #555555. Windows color (decimal): -3138249 or 3612112. OLE color: 3612112.
HSL color Cylindrical-coordinate representation of color #D01D37: hue angle of 351.28º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01D37 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 29 | 55 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.18 |
| HSL | 351.28º | 0.76% | 0.46% | - |
| HSV(B) | 351.28º | 0.86% | 0.82% | - |
| XYZ | 27.14 | 14.56 | 5 | - |
| YUV | 85.49 | 110.8 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 29 | 55 | 0 | 0.86 | 0.74 | 0.18 | 351.28 | 0.76 | 0.46 |
| Hex | D0 | 1D | 37 | 0 | 56 | 4A | 12 | 15F | 4C | 2E |
| Octal | 320 | 35 | 67 | 0 | 126 | 112 | 22 | 537 | 114 | 56 |
| Binary | 11010000 | 11101 | 110111 | 0 | 1010110 | 1001010 | 10010 | 101011111 | 1001100 | 101110 |
Color Harmonies of #D01D37
Complementary color
Monochromatic Colors of #D01D37
Black with #D01D37
Text Example
Text Example
White with #D01D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01D37; }
p { color: rgb(208,29,55); }
H1.HeaderClassName
{
color: #D01D37;
}
.AnyTagClassName
{
color: #D01D37;
}
</style>
background-color css
<style>
a { background-color: #D01D37; }
a { background-color: rgb(208,29,55); }
div.DivClassName
{
background-color: #D01D37;
}
.BgClassName
{
background-color: #D01D37;
}
</style>
border-color css
<style>
span { border-color: #D01D37; }
span { border-color: rgb(208,29,55); }
td.TdClassName
{
border-color: #D01D37;
}
.TagClassName
{
border-color: #D01D37;
}
</style>