Shades of Cardinal #D01C44
Tints of Cardinal #D01C44
RGB
CMYK
RGB Variations
Color information
#D01C44 (or 0xD01C44) is known color: Cardinal. HEX triplet: D0, 1C and 44. RGB value is (208,28,68). Sum of RGB (Red+Green+Blue) = 208+28+68=304 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.42% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01C44 is #2FE3BB. Grayscale: #565656. Windows color (decimal): -3138492 or 4463824. OLE color: 4463824.
HSL color Cylindrical-coordinate representation of color #D01C44: hue angle of 346.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01C44 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 28 | 68 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.18 |
| HSL | 346.67º | 0.76% | 0.46% | - |
| HSV(B) | 346.67º | 0.87% | 0.82% | - |
| XYZ | 27.47 | 14.66 | 6.85 | - |
| YUV | 86.38 | 117.63 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 68 | 0 | 0.87 | 0.67 | 0.18 | 346.67 | 0.76 | 0.46 |
| Hex | D0 | 1C | 44 | 0 | 57 | 43 | 12 | 15B | 4C | 2E |
| Octal | 320 | 34 | 104 | 0 | 127 | 103 | 22 | 533 | 114 | 56 |
| Binary | 11010000 | 11100 | 1000100 | 0 | 1010111 | 1000011 | 10010 | 101011011 | 1001100 | 101110 |
Color Harmonies of #D01C44
Complementary color
Monochromatic Colors of #D01C44
Black with #D01C44
Text Example
Text Example
White with #D01C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01C44; }
p { color: rgb(208,28,68); }
H1.HeaderClassName
{
color: #D01C44;
}
.AnyTagClassName
{
color: #D01C44;
}
</style>
background-color css
<style>
a { background-color: #D01C44; }
a { background-color: rgb(208,28,68); }
div.DivClassName
{
background-color: #D01C44;
}
.BgClassName
{
background-color: #D01C44;
}
</style>
border-color css
<style>
span { border-color: #D01C44; }
span { border-color: rgb(208,28,68); }
td.TdClassName
{
border-color: #D01C44;
}
.TagClassName
{
border-color: #D01C44;
}
</style>