Shades of Cardinal #D12438
Tints of Cardinal #D12438
RGB
CMYK
RGB Variations
Color information
#D12438 (or 0xD12438) is known color: Cardinal. HEX triplet: D1, 24 and 38. RGB value is (209,36,56). Sum of RGB (Red+Green+Blue) = 209+36+56=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D12438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12438 is #2EDBC7. Grayscale: #5A5A5A. Windows color (decimal): -3070920 or 3679441. OLE color: 3679441.
HSL color Cylindrical-coordinate representation of color #D12438: hue angle of 353.06º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D12438 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 36 | 56 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.18 |
| HSL | 353.06º | 0.71% | 0.48% | - |
| HSV(B) | 353.06º | 0.83% | 0.82% | - |
| XYZ | 27.64 | 15.1 | 5.2 | - |
| YUV | 90.01 | 108.81 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 36 | 56 | 0 | 0.83 | 0.73 | 0.18 | 353.06 | 0.71 | 0.48 |
| Hex | D1 | 24 | 38 | 0 | 53 | 49 | 12 | 161 | 47 | 30 |
| Octal | 321 | 44 | 70 | 0 | 123 | 111 | 22 | 541 | 107 | 60 |
| Binary | 11010001 | 100100 | 111000 | 0 | 1010011 | 1001001 | 10010 | 101100001 | 1000111 | 110000 |
Color Harmonies of #D12438
Complementary color
Monochromatic Colors of #D12438
Black with #D12438
Text Example
Text Example
White with #D12438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12438; }
p { color: rgb(209,36,56); }
H1.HeaderClassName
{
color: #D12438;
}
.AnyTagClassName
{
color: #D12438;
}
</style>
background-color css
<style>
a { background-color: #D12438; }
a { background-color: rgb(209,36,56); }
div.DivClassName
{
background-color: #D12438;
}
.BgClassName
{
background-color: #D12438;
}
</style>
border-color css
<style>
span { border-color: #D12438; }
span { border-color: rgb(209,36,56); }
td.TdClassName
{
border-color: #D12438;
}
.TagClassName
{
border-color: #D12438;
}
</style>