Shades of Cardinal #D01B32
Tints of Cardinal #D01B32
RGB
CMYK
RGB Variations
Color information
#D01B32 (or 0xD01B32) is known color: Cardinal. HEX triplet: D0, 1B and 32. RGB value is (208,27,50). Sum of RGB (Red+Green+Blue) = 208+27+50=285 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.98% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 208 - color contains mainly: red. Hex color #D01B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01B32 is #2FE4CD. Grayscale: #535353. Windows color (decimal): -3138766 or 3283920. OLE color: 3283920.
HSL color Cylindrical-coordinate representation of color #D01B32: hue angle of 352.38º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01B32 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 27 | 50 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.18 |
| HSL | 352.38º | 0.77% | 0.46% | - |
| HSV(B) | 352.38º | 0.87% | 0.82% | - |
| XYZ | 26.98 | 14.42 | 4.38 | - |
| YUV | 83.74 | 108.97 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 27 | 50 | 0 | 0.87 | 0.76 | 0.18 | 352.38 | 0.77 | 0.46 |
| Hex | D0 | 1B | 32 | 0 | 57 | 4C | 12 | 160 | 4D | 2E |
| Octal | 320 | 33 | 62 | 0 | 127 | 114 | 22 | 540 | 115 | 56 |
| Binary | 11010000 | 11011 | 110010 | 0 | 1010111 | 1001100 | 10010 | 101100000 | 1001101 | 101110 |
Color Harmonies of #D01B32
Complementary color
Monochromatic Colors of #D01B32
Black with #D01B32
Text Example
Text Example
White with #D01B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01B32; }
p { color: rgb(208,27,50); }
H1.HeaderClassName
{
color: #D01B32;
}
.AnyTagClassName
{
color: #D01B32;
}
</style>
background-color css
<style>
a { background-color: #D01B32; }
a { background-color: rgb(208,27,50); }
div.DivClassName
{
background-color: #D01B32;
}
.BgClassName
{
background-color: #D01B32;
}
</style>
border-color css
<style>
span { border-color: #D01B32; }
span { border-color: rgb(208,27,50); }
td.TdClassName
{
border-color: #D01B32;
}
.TagClassName
{
border-color: #D01B32;
}
</style>