Shades of Cardinal #D02145
Tints of Cardinal #D02145
RGB
CMYK
RGB Variations
Color information
#D02145 (or 0xD02145) is known color: Cardinal. HEX triplet: D0, 21 and 45. RGB value is (208,33,69). Sum of RGB (Red+Green+Blue) = 208+33+69=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D02145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02145 is #2FDEBA. Grayscale: #595959. Windows color (decimal): -3137211 or 4530640. OLE color: 4530640.
HSL color Cylindrical-coordinate representation of color #D02145: hue angle of 347.66º 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 #D02145 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 33 | 69 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.18 |
| HSL | 347.66º | 0.73% | 0.47% | - |
| HSV(B) | 347.66º | 0.84% | 0.82% | - |
| XYZ | 27.63 | 14.93 | 7.06 | - |
| YUV | 89.43 | 116.48 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 33 | 69 | 0 | 0.84 | 0.67 | 0.18 | 347.66 | 0.73 | 0.47 |
| Hex | D0 | 21 | 45 | 0 | 54 | 43 | 12 | 15C | 49 | 2F |
| Octal | 320 | 41 | 105 | 0 | 124 | 103 | 22 | 534 | 111 | 57 |
| Binary | 11010000 | 100001 | 1000101 | 0 | 1010100 | 1000011 | 10010 | 101011100 | 1001001 | 101111 |
Color Harmonies of #D02145
Complementary color
Monochromatic Colors of #D02145
Black with #D02145
Text Example
Text Example
White with #D02145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02145; }
p { color: rgb(208,33,69); }
H1.HeaderClassName
{
color: #D02145;
}
.AnyTagClassName
{
color: #D02145;
}
</style>
background-color css
<style>
a { background-color: #D02145; }
a { background-color: rgb(208,33,69); }
div.DivClassName
{
background-color: #D02145;
}
.BgClassName
{
background-color: #D02145;
}
</style>
border-color css
<style>
span { border-color: #D02145; }
span { border-color: rgb(208,33,69); }
td.TdClassName
{
border-color: #D02145;
}
.TagClassName
{
border-color: #D02145;
}
</style>