Shades of Cardinal #D02240
Tints of Cardinal #D02240
RGB
CMYK
RGB Variations
Color information
#D02240 (or 0xD02240) is known color: Cardinal. HEX triplet: D0, 22 and 40. RGB value is (208,34,64). Sum of RGB (Red+Green+Blue) = 208+34+64=306 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.97% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 208 - color contains mainly: red. Hex color #D02240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02240 is #2FDDBF. Grayscale: #595959. Windows color (decimal): -3136960 or 4203216. OLE color: 4203216.
HSL color Cylindrical-coordinate representation of color #D02240: hue angle of 349.66º degrees, saturation: 0.72, 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 #D02240 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 34 | 64 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.18 |
| HSL | 349.66º | 0.72% | 0.47% | - |
| HSV(B) | 349.66º | 0.84% | 0.82% | - |
| XYZ | 27.51 | 14.92 | 6.28 | - |
| YUV | 89.45 | 113.65 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 64 | 0 | 0.84 | 0.69 | 0.18 | 349.66 | 0.72 | 0.47 |
| Hex | D0 | 22 | 40 | 0 | 54 | 45 | 12 | 15E | 48 | 2F |
| Octal | 320 | 42 | 100 | 0 | 124 | 105 | 22 | 536 | 110 | 57 |
| Binary | 11010000 | 100010 | 1000000 | 0 | 1010100 | 1000101 | 10010 | 101011110 | 1001000 | 101111 |
Color Harmonies of #D02240
Complementary color
Monochromatic Colors of #D02240
Black with #D02240
Text Example
Text Example
White with #D02240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02240; }
p { color: rgb(208,34,64); }
H1.HeaderClassName
{
color: #D02240;
}
.AnyTagClassName
{
color: #D02240;
}
</style>
background-color css
<style>
a { background-color: #D02240; }
a { background-color: rgb(208,34,64); }
div.DivClassName
{
background-color: #D02240;
}
.BgClassName
{
background-color: #D02240;
}
</style>
border-color css
<style>
span { border-color: #D02240; }
span { border-color: rgb(208,34,64); }
td.TdClassName
{
border-color: #D02240;
}
.TagClassName
{
border-color: #D02240;
}
</style>