Shades of Cardinal #D01E3C
Tints of Cardinal #D01E3C
RGB
CMYK
RGB Variations
Color information
#D01E3C (or 0xD01E3C) is known color: Cardinal. HEX triplet: D0, 1E and 3C. RGB value is (208,30,60). Sum of RGB (Red+Green+Blue) = 208+30+60=298 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.80% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 208 - color contains mainly: red. Hex color #D01E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01E3C is #2FE1C3. Grayscale: #565656. Windows color (decimal): -3137988 or 3940048. OLE color: 3940048.
HSL color Cylindrical-coordinate representation of color #D01E3C: hue angle of 349.89º 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 #D01E3C is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 30 | 60 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.18 |
| HSL | 349.89º | 0.75% | 0.47% | - |
| HSV(B) | 349.89º | 0.86% | 0.82% | - |
| XYZ | 27.29 | 14.66 | 5.67 | - |
| YUV | 86.64 | 112.97 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 30 | 60 | 0 | 0.86 | 0.71 | 0.18 | 349.89 | 0.75 | 0.47 |
| Hex | D0 | 1E | 3C | 0 | 56 | 47 | 12 | 15E | 4B | 2F |
| Octal | 320 | 36 | 74 | 0 | 126 | 107 | 22 | 536 | 113 | 57 |
| Binary | 11010000 | 11110 | 111100 | 0 | 1010110 | 1000111 | 10010 | 101011110 | 1001011 | 101111 |
Color Harmonies of #D01E3C
Complementary color
Monochromatic Colors of #D01E3C
Black with #D01E3C
Text Example
Text Example
White with #D01E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01E3C; }
p { color: rgb(208,30,60); }
H1.HeaderClassName
{
color: #D01E3C;
}
.AnyTagClassName
{
color: #D01E3C;
}
</style>
background-color css
<style>
a { background-color: #D01E3C; }
a { background-color: rgb(208,30,60); }
div.DivClassName
{
background-color: #D01E3C;
}
.BgClassName
{
background-color: #D01E3C;
}
</style>
border-color css
<style>
span { border-color: #D01E3C; }
span { border-color: rgb(208,30,60); }
td.TdClassName
{
border-color: #D01E3C;
}
.TagClassName
{
border-color: #D01E3C;
}
</style>