Shades of Cardinal #D01836
Tints of Cardinal #D01836
RGB
CMYK
RGB Variations
Color information
#D01836 (or 0xD01836) is known color: Cardinal. HEX triplet: D0, 18 and 36. RGB value is (208,24,54). Sum of RGB (Red+Green+Blue) = 208+24+54=286 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.73% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 208 - color contains mainly: red. Hex color #D01836 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01836 is #2FE7C9. Grayscale: #525252. Windows color (decimal): -3139530 or 3545296. OLE color: 3545296.
HSL color Cylindrical-coordinate representation of color #D01836: hue angle of 350.22º 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 #D01836 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 54 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.18 |
| HSL | 350.22º | 0.79% | 0.45% | - |
| HSV(B) | 350.22º | 0.88% | 0.82% | - |
| XYZ | 27 | 14.33 | 4.83 | - |
| YUV | 82.44 | 111.96 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 54 | 0 | 0.88 | 0.74 | 0.18 | 350.22 | 0.79 | 0.45 |
| Hex | D0 | 18 | 36 | 0 | 58 | 4A | 12 | 15E | 4F | 2D |
| Octal | 320 | 30 | 66 | 0 | 130 | 112 | 22 | 536 | 117 | 55 |
| Binary | 11010000 | 11000 | 110110 | 0 | 1011000 | 1001010 | 10010 | 101011110 | 1001111 | 101101 |
Color Harmonies of #D01836
Complementary color
Monochromatic Colors of #D01836
Black with #D01836
Text Example
Text Example
White with #D01836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01836; }
p { color: rgb(208,24,54); }
H1.HeaderClassName
{
color: #D01836;
}
.AnyTagClassName
{
color: #D01836;
}
</style>
background-color css
<style>
a { background-color: #D01836; }
a { background-color: rgb(208,24,54); }
div.DivClassName
{
background-color: #D01836;
}
.BgClassName
{
background-color: #D01836;
}
</style>
border-color css
<style>
span { border-color: #D01836; }
span { border-color: rgb(208,24,54); }
td.TdClassName
{
border-color: #D01836;
}
.TagClassName
{
border-color: #D01836;
}
</style>