Shades of Cardinal #D01E4A
Tints of Cardinal #D01E4A
RGB
CMYK
RGB Variations
Color information
#D01E4A (or 0xD01E4A) is known color: Cardinal. HEX triplet: D0, 1E and 4A. RGB value is (208,30,74). Sum of RGB (Red+Green+Blue) = 208+30+74=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D01E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01E4A is #2FE1B5. Grayscale: #585858. Windows color (decimal): -3137974 or 4857552. OLE color: 4857552.
HSL color Cylindrical-coordinate representation of color #D01E4A: hue angle of 345.17º 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 #D01E4A is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 30 | 74 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.18 |
| HSL | 345.17º | 0.75% | 0.47% | - |
| HSV(B) | 345.17º | 0.86% | 0.82% | - |
| XYZ | 27.71 | 14.83 | 7.88 | - |
| YUV | 88.24 | 119.97 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 30 | 74 | 0 | 0.86 | 0.64 | 0.18 | 345.17 | 0.75 | 0.47 |
| Hex | D0 | 1E | 4A | 0 | 56 | 40 | 12 | 159 | 4B | 2F |
| Octal | 320 | 36 | 112 | 0 | 126 | 100 | 22 | 531 | 113 | 57 |
| Binary | 11010000 | 11110 | 1001010 | 0 | 1010110 | 1000000 | 10010 | 101011001 | 1001011 | 101111 |
Color Harmonies of #D01E4A
Complementary color
Monochromatic Colors of #D01E4A
Black with #D01E4A
Text Example
Text Example
White with #D01E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01E4A; }
p { color: rgb(208,30,74); }
H1.HeaderClassName
{
color: #D01E4A;
}
.AnyTagClassName
{
color: #D01E4A;
}
</style>
background-color css
<style>
a { background-color: #D01E4A; }
a { background-color: rgb(208,30,74); }
div.DivClassName
{
background-color: #D01E4A;
}
.BgClassName
{
background-color: #D01E4A;
}
</style>
border-color css
<style>
span { border-color: #D01E4A; }
span { border-color: rgb(208,30,74); }
td.TdClassName
{
border-color: #D01E4A;
}
.TagClassName
{
border-color: #D01E4A;
}
</style>