Shades of Cardinal #D02144
Tints of Cardinal #D02144
RGB
CMYK
RGB Variations
Color information
#D02144 (or 0xD02144) is known color: Cardinal. HEX triplet: D0, 21 and 44. RGB value is (208,33,68). Sum of RGB (Red+Green+Blue) = 208+33+68=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D02144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02144 is #2FDEBB. Grayscale: #595959. Windows color (decimal): -3137212 or 4465104. OLE color: 4465104.
HSL color Cylindrical-coordinate representation of color #D02144: hue angle of 348º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D02144 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 33 | 68 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.18 |
| HSL | 348º | 0.73% | 0.47% | - |
| HSV(B) | 348º | 0.84% | 0.82% | - |
| XYZ | 27.6 | 14.91 | 6.89 | - |
| YUV | 89.32 | 115.98 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 33 | 68 | 0 | 0.84 | 0.67 | 0.18 | 348 | 0.73 | 0.47 |
| Hex | D0 | 21 | 44 | 0 | 54 | 43 | 12 | 15C | 49 | 2F |
| Octal | 320 | 41 | 104 | 0 | 124 | 103 | 22 | 534 | 111 | 57 |
| Binary | 11010000 | 100001 | 1000100 | 0 | 1010100 | 1000011 | 10010 | 101011100 | 1001001 | 101111 |
Color Harmonies of #D02144
Complementary color
Monochromatic Colors of #D02144
Black with #D02144
Text Example
Text Example
White with #D02144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02144; }
p { color: rgb(208,33,68); }
H1.HeaderClassName
{
color: #D02144;
}
.AnyTagClassName
{
color: #D02144;
}
</style>
background-color css
<style>
a { background-color: #D02144; }
a { background-color: rgb(208,33,68); }
div.DivClassName
{
background-color: #D02144;
}
.BgClassName
{
background-color: #D02144;
}
</style>
border-color css
<style>
span { border-color: #D02144; }
span { border-color: rgb(208,33,68); }
td.TdClassName
{
border-color: #D02144;
}
.TagClassName
{
border-color: #D02144;
}
</style>