Shades of Cardinal #D01B38
Tints of Cardinal #D01B38
RGB
CMYK
RGB Variations
Color information
#D01B38 (or 0xD01B38) is known color: Cardinal. HEX triplet: D0, 1B and 38. RGB value is (208,27,56). Sum of RGB (Red+Green+Blue) = 208+27+56=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 27 (10.94% from 255 or 9.28% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D01B38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01B38 is #2FE4C7. Grayscale: #545454. Windows color (decimal): -3138760 or 3677136. OLE color: 3677136.
HSL color Cylindrical-coordinate representation of color #D01B38: hue angle of 350.39º 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 #D01B38 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 27 | 56 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.18 |
| HSL | 350.39º | 0.77% | 0.46% | - |
| HSV(B) | 350.39º | 0.87% | 0.82% | - |
| XYZ | 27.12 | 14.48 | 5.11 | - |
| YUV | 84.43 | 111.97 | 216.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 27 | 56 | 0 | 0.87 | 0.73 | 0.18 | 350.39 | 0.77 | 0.46 |
| Hex | D0 | 1B | 38 | 0 | 57 | 49 | 12 | 15E | 4D | 2E |
| Octal | 320 | 33 | 70 | 0 | 127 | 111 | 22 | 536 | 115 | 56 |
| Binary | 11010000 | 11011 | 111000 | 0 | 1010111 | 1001001 | 10010 | 101011110 | 1001101 | 101110 |
Color Harmonies of #D01B38
Complementary color
Monochromatic Colors of #D01B38
Black with #D01B38
Text Example
Text Example
White with #D01B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01B38; }
p { color: rgb(208,27,56); }
H1.HeaderClassName
{
color: #D01B38;
}
.AnyTagClassName
{
color: #D01B38;
}
</style>
background-color css
<style>
a { background-color: #D01B38; }
a { background-color: rgb(208,27,56); }
div.DivClassName
{
background-color: #D01B38;
}
.BgClassName
{
background-color: #D01B38;
}
</style>
border-color css
<style>
span { border-color: #D01B38; }
span { border-color: rgb(208,27,56); }
td.TdClassName
{
border-color: #D01B38;
}
.TagClassName
{
border-color: #D01B38;
}
</style>