Shades of Cardinal #D01E40
Tints of Cardinal #D01E40
RGB
CMYK
RGB Variations
Color information
#D01E40 (or 0xD01E40) is known color: Cardinal. HEX triplet: D0, 1E and 40. RGB value is (208,30,64). Sum of RGB (Red+Green+Blue) = 208+30+64=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D01E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01E40 is #2FE1BF. Grayscale: #575757. Windows color (decimal): -3137984 or 4202192. OLE color: 4202192.
HSL color Cylindrical-coordinate representation of color #D01E40: hue angle of 348.54º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01E40 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 30 | 64 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.18 |
| HSL | 348.54º | 0.75% | 0.47% | - |
| HSV(B) | 348.54º | 0.86% | 0.82% | - |
| XYZ | 27.4 | 14.71 | 6.25 | - |
| YUV | 87.1 | 114.97 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 30 | 64 | 0 | 0.86 | 0.69 | 0.18 | 348.54 | 0.75 | 0.47 |
| Hex | D0 | 1E | 40 | 0 | 56 | 45 | 12 | 15D | 4B | 2F |
| Octal | 320 | 36 | 100 | 0 | 126 | 105 | 22 | 535 | 113 | 57 |
| Binary | 11010000 | 11110 | 1000000 | 0 | 1010110 | 1000101 | 10010 | 101011101 | 1001011 | 101111 |
Color Harmonies of #D01E40
Complementary color
Monochromatic Colors of #D01E40
Black with #D01E40
Text Example
Text Example
White with #D01E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01E40; }
p { color: rgb(208,30,64); }
H1.HeaderClassName
{
color: #D01E40;
}
.AnyTagClassName
{
color: #D01E40;
}
</style>
background-color css
<style>
a { background-color: #D01E40; }
a { background-color: rgb(208,30,64); }
div.DivClassName
{
background-color: #D01E40;
}
.BgClassName
{
background-color: #D01E40;
}
</style>
border-color css
<style>
span { border-color: #D01E40; }
span { border-color: rgb(208,30,64); }
td.TdClassName
{
border-color: #D01E40;
}
.TagClassName
{
border-color: #D01E40;
}
</style>