Shades of Cardinal #D12638
Tints of Cardinal #D12638
RGB
CMYK
RGB Variations
Color information
#D12638 (or 0xD12638) is known color: Cardinal. HEX triplet: D1, 26 and 38. RGB value is (209,38,56). Sum of RGB (Red+Green+Blue) = 209+38+56=303 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.98% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 209 - color contains mainly: red. Hex color #D12638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12638 is #2ED9C7. Grayscale: #5B5B5B. Windows color (decimal): -3070408 or 3679953. OLE color: 3679953.
HSL color Cylindrical-coordinate representation of color #D12638: hue angle of 353.68º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D12638 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 38 | 56 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.18 |
| HSL | 353.68º | 0.69% | 0.48% | - |
| HSV(B) | 353.68º | 0.82% | 0.82% | - |
| XYZ | 27.7 | 15.23 | 5.22 | - |
| YUV | 91.18 | 108.15 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 56 | 0 | 0.82 | 0.73 | 0.18 | 353.68 | 0.69 | 0.48 |
| Hex | D1 | 26 | 38 | 0 | 52 | 49 | 12 | 162 | 45 | 30 |
| Octal | 321 | 46 | 70 | 0 | 122 | 111 | 22 | 542 | 105 | 60 |
| Binary | 11010001 | 100110 | 111000 | 0 | 1010010 | 1001001 | 10010 | 101100010 | 1000101 | 110000 |
Color Harmonies of #D12638
Complementary color
Monochromatic Colors of #D12638
Black with #D12638
Text Example
Text Example
White with #D12638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12638; }
p { color: rgb(209,38,56); }
H1.HeaderClassName
{
color: #D12638;
}
.AnyTagClassName
{
color: #D12638;
}
</style>
background-color css
<style>
a { background-color: #D12638; }
a { background-color: rgb(209,38,56); }
div.DivClassName
{
background-color: #D12638;
}
.BgClassName
{
background-color: #D12638;
}
</style>
border-color css
<style>
span { border-color: #D12638; }
span { border-color: rgb(209,38,56); }
td.TdClassName
{
border-color: #D12638;
}
.TagClassName
{
border-color: #D12638;
}
</style>