Shades of Cardinal #D02045
Tints of Cardinal #D02045
RGB
CMYK
RGB Variations
Color information
#D02045 (or 0xD02045) is known color: Cardinal. HEX triplet: D0, 20 and 45. RGB value is (208,32,69). Sum of RGB (Red+Green+Blue) = 208+32+69=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D02045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02045 is #2FDFBA. Grayscale: #585858. Windows color (decimal): -3137467 or 4530384. OLE color: 4530384.
HSL color Cylindrical-coordinate representation of color #D02045: hue angle of 347.39º 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 #D02045 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 69 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.18 |
| HSL | 347.39º | 0.73% | 0.47% | - |
| HSV(B) | 347.39º | 0.85% | 0.82% | - |
| XYZ | 27.6 | 14.87 | 7.05 | - |
| YUV | 88.84 | 116.81 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 69 | 0 | 0.85 | 0.67 | 0.18 | 347.39 | 0.73 | 0.47 |
| Hex | D0 | 20 | 45 | 0 | 55 | 43 | 12 | 15B | 49 | 2F |
| Octal | 320 | 40 | 105 | 0 | 125 | 103 | 22 | 533 | 111 | 57 |
| Binary | 11010000 | 100000 | 1000101 | 0 | 1010101 | 1000011 | 10010 | 101011011 | 1001001 | 101111 |
Color Harmonies of #D02045
Complementary color
Monochromatic Colors of #D02045
Black with #D02045
Text Example
Text Example
White with #D02045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02045; }
p { color: rgb(208,32,69); }
H1.HeaderClassName
{
color: #D02045;
}
.AnyTagClassName
{
color: #D02045;
}
</style>
background-color css
<style>
a { background-color: #D02045; }
a { background-color: rgb(208,32,69); }
div.DivClassName
{
background-color: #D02045;
}
.BgClassName
{
background-color: #D02045;
}
</style>
border-color css
<style>
span { border-color: #D02045; }
span { border-color: rgb(208,32,69); }
td.TdClassName
{
border-color: #D02045;
}
.TagClassName
{
border-color: #D02045;
}
</style>