Shades of Cardinal #D02137
Tints of Cardinal #D02137
RGB
CMYK
RGB Variations
Color information
#D02137 (or 0xD02137) is known color: Cardinal. HEX triplet: D0, 21 and 37. RGB value is (208,33,55). Sum of RGB (Red+Green+Blue) = 208+33+55=296 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.27% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 208 - color contains mainly: red. Hex color #D02137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02137 is #2FDEC8. Grayscale: #575757. Windows color (decimal): -3137225 or 3613136. OLE color: 3613136.
HSL color Cylindrical-coordinate representation of color #D02137: hue angle of 352.46º 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 #D02137 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 33 | 55 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.18 |
| HSL | 352.46º | 0.73% | 0.47% | - |
| HSV(B) | 352.46º | 0.84% | 0.82% | - |
| XYZ | 27.25 | 14.77 | 5.03 | - |
| YUV | 87.83 | 109.48 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 33 | 55 | 0 | 0.84 | 0.74 | 0.18 | 352.46 | 0.73 | 0.47 |
| Hex | D0 | 21 | 37 | 0 | 54 | 4A | 12 | 160 | 49 | 2F |
| Octal | 320 | 41 | 67 | 0 | 124 | 112 | 22 | 540 | 111 | 57 |
| Binary | 11010000 | 100001 | 110111 | 0 | 1010100 | 1001010 | 10010 | 101100000 | 1001001 | 101111 |
Color Harmonies of #D02137
Complementary color
Monochromatic Colors of #D02137
Black with #D02137
Text Example
Text Example
White with #D02137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02137; }
p { color: rgb(208,33,55); }
H1.HeaderClassName
{
color: #D02137;
}
.AnyTagClassName
{
color: #D02137;
}
</style>
background-color css
<style>
a { background-color: #D02137; }
a { background-color: rgb(208,33,55); }
div.DivClassName
{
background-color: #D02137;
}
.BgClassName
{
background-color: #D02137;
}
</style>
border-color css
<style>
span { border-color: #D02137; }
span { border-color: rgb(208,33,55); }
td.TdClassName
{
border-color: #D02137;
}
.TagClassName
{
border-color: #D02137;
}
</style>