Shades of Cardinal #D01936
Tints of Cardinal #D01936
RGB
CMYK
RGB Variations
Color information
#D01936 (or 0xD01936) is known color: Cardinal. HEX triplet: D0, 19 and 36. RGB value is (208,25,54). Sum of RGB (Red+Green+Blue) = 208+25+54=287 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.47% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 208 - color contains mainly: red. Hex color #D01936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01936 is #2FE6C9. Grayscale: #535353. Windows color (decimal): -3139274 or 3545552. OLE color: 3545552.
HSL color Cylindrical-coordinate representation of color #D01936: hue angle of 350.49º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01936 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 25 | 54 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.18 |
| HSL | 350.49º | 0.79% | 0.46% | - |
| HSV(B) | 350.49º | 0.88% | 0.82% | - |
| XYZ | 27.03 | 14.37 | 4.84 | - |
| YUV | 83.02 | 111.63 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 54 | 0 | 0.88 | 0.74 | 0.18 | 350.49 | 0.79 | 0.46 |
| Hex | D0 | 19 | 36 | 0 | 58 | 4A | 12 | 15E | 4F | 2E |
| Octal | 320 | 31 | 66 | 0 | 130 | 112 | 22 | 536 | 117 | 56 |
| Binary | 11010000 | 11001 | 110110 | 0 | 1011000 | 1001010 | 10010 | 101011110 | 1001111 | 101110 |
Color Harmonies of #D01936
Complementary color
Monochromatic Colors of #D01936
Black with #D01936
Text Example
Text Example
White with #D01936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01936; }
p { color: rgb(208,25,54); }
H1.HeaderClassName
{
color: #D01936;
}
.AnyTagClassName
{
color: #D01936;
}
</style>
background-color css
<style>
a { background-color: #D01936; }
a { background-color: rgb(208,25,54); }
div.DivClassName
{
background-color: #D01936;
}
.BgClassName
{
background-color: #D01936;
}
</style>
border-color css
<style>
span { border-color: #D01936; }
span { border-color: rgb(208,25,54); }
td.TdClassName
{
border-color: #D01936;
}
.TagClassName
{
border-color: #D01936;
}
</style>