Shades of Cardinal #D01733
Tints of Cardinal #D01733
RGB
CMYK
RGB Variations
Color information
#D01733 (or 0xD01733) is known color: Cardinal. HEX triplet: D0, 17 and 33. RGB value is (208,23,51). Sum of RGB (Red+Green+Blue) = 208+23+51=282 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.76% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 208 - color contains mainly: red. Hex color #D01733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01733 is #2FE8CC. Grayscale: #515151. Windows color (decimal): -3139789 or 3348432. OLE color: 3348432.
HSL color Cylindrical-coordinate representation of color #D01733: hue angle of 350.92º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D01733 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 23 | 51 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.18 |
| HSL | 350.92º | 0.8% | 0.45% | - |
| HSV(B) | 350.92º | 0.89% | 0.82% | - |
| XYZ | 26.92 | 14.26 | 4.47 | - |
| YUV | 81.51 | 110.79 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 23 | 51 | 0 | 0.89 | 0.75 | 0.18 | 350.92 | 0.8 | 0.45 |
| Hex | D0 | 17 | 33 | 0 | 59 | 4B | 12 | 15F | 50 | 2D |
| Octal | 320 | 27 | 63 | 0 | 131 | 113 | 22 | 537 | 120 | 55 |
| Binary | 11010000 | 10111 | 110011 | 0 | 1011001 | 1001011 | 10010 | 101011111 | 1010000 | 101101 |
Color Harmonies of #D01733
Complementary color
Monochromatic Colors of #D01733
Black with #D01733
Text Example
Text Example
White with #D01733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01733; }
p { color: rgb(208,23,51); }
H1.HeaderClassName
{
color: #D01733;
}
.AnyTagClassName
{
color: #D01733;
}
</style>
background-color css
<style>
a { background-color: #D01733; }
a { background-color: rgb(208,23,51); }
div.DivClassName
{
background-color: #D01733;
}
.BgClassName
{
background-color: #D01733;
}
</style>
border-color css
<style>
span { border-color: #D01733; }
span { border-color: rgb(208,23,51); }
td.TdClassName
{
border-color: #D01733;
}
.TagClassName
{
border-color: #D01733;
}
</style>