Shades of Cardinal #D1243D
Tints of Cardinal #D1243D
RGB
CMYK
RGB Variations
Color information
#D1243D (or 0xD1243D) is known color: Cardinal. HEX triplet: D1, 24 and 3D. RGB value is (209,36,61). Sum of RGB (Red+Green+Blue) = 209+36+61=306 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.30% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 209 - color contains mainly: red. Hex color #D1243D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1243D is #2EDBC2. Grayscale: #5A5A5A. Windows color (decimal): -3070915 or 4007121. OLE color: 4007121.
HSL color Cylindrical-coordinate representation of color #D1243D: hue angle of 351.33º 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 #D1243D is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 36 | 61 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.18 |
| HSL | 351.33º | 0.71% | 0.48% | - |
| HSV(B) | 351.33º | 0.83% | 0.82% | - |
| XYZ | 27.77 | 15.15 | 5.88 | - |
| YUV | 90.58 | 111.31 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 36 | 61 | 0 | 0.83 | 0.71 | 0.18 | 351.33 | 0.71 | 0.48 |
| Hex | D1 | 24 | 3D | 0 | 53 | 47 | 12 | 15F | 47 | 30 |
| Octal | 321 | 44 | 75 | 0 | 123 | 107 | 22 | 537 | 107 | 60 |
| Binary | 11010001 | 100100 | 111101 | 0 | 1010011 | 1000111 | 10010 | 101011111 | 1000111 | 110000 |
Color Harmonies of #D1243D
Complementary color
Monochromatic Colors of #D1243D
Black with #D1243D
Text Example
Text Example
White with #D1243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1243D; }
p { color: rgb(209,36,61); }
H1.HeaderClassName
{
color: #D1243D;
}
.AnyTagClassName
{
color: #D1243D;
}
</style>
background-color css
<style>
a { background-color: #D1243D; }
a { background-color: rgb(209,36,61); }
div.DivClassName
{
background-color: #D1243D;
}
.BgClassName
{
background-color: #D1243D;
}
</style>
border-color css
<style>
span { border-color: #D1243D; }
span { border-color: rgb(209,36,61); }
td.TdClassName
{
border-color: #D1243D;
}
.TagClassName
{
border-color: #D1243D;
}
</style>