Shades of Cardinal #D02042
Tints of Cardinal #D02042
RGB
CMYK
RGB Variations
Color information
#D02042 (or 0xD02042) is known color: Cardinal. HEX triplet: D0, 20 and 42. RGB value is (208,32,66). Sum of RGB (Red+Green+Blue) = 208+32+66=306 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.97% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 208 - color contains mainly: red. Hex color #D02042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02042 is #2FDFBD. Grayscale: #585858. Windows color (decimal): -3137470 or 4333776. OLE color: 4333776.
HSL color Cylindrical-coordinate representation of color #D02042: hue angle of 348.41º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D02042 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 66 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.18 |
| HSL | 348.41º | 0.73% | 0.47% | - |
| HSV(B) | 348.41º | 0.85% | 0.82% | - |
| XYZ | 27.51 | 14.84 | 6.57 | - |
| YUV | 88.5 | 115.31 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 66 | 0 | 0.85 | 0.68 | 0.18 | 348.41 | 0.73 | 0.47 |
| Hex | D0 | 20 | 42 | 0 | 55 | 44 | 12 | 15C | 49 | 2F |
| Octal | 320 | 40 | 102 | 0 | 125 | 104 | 22 | 534 | 111 | 57 |
| Binary | 11010000 | 100000 | 1000010 | 0 | 1010101 | 1000100 | 10010 | 101011100 | 1001001 | 101111 |
Color Harmonies of #D02042
Complementary color
Monochromatic Colors of #D02042
Black with #D02042
Text Example
Text Example
White with #D02042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02042; }
p { color: rgb(208,32,66); }
H1.HeaderClassName
{
color: #D02042;
}
.AnyTagClassName
{
color: #D02042;
}
</style>
background-color css
<style>
a { background-color: #D02042; }
a { background-color: rgb(208,32,66); }
div.DivClassName
{
background-color: #D02042;
}
.BgClassName
{
background-color: #D02042;
}
</style>
border-color css
<style>
span { border-color: #D02042; }
span { border-color: rgb(208,32,66); }
td.TdClassName
{
border-color: #D02042;
}
.TagClassName
{
border-color: #D02042;
}
</style>