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