Shades of Cardinal #D1243B
Tints of Cardinal #D1243B
RGB
CMYK
RGB Variations
Color information
#D1243B (or 0xD1243B) is known color: Cardinal. HEX triplet: D1, 24 and 3B. RGB value is (209,36,59). Sum of RGB (Red+Green+Blue) = 209+36+59=304 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.75% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 209 - color contains mainly: red. Hex color #D1243B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1243B is #2EDBC4. Grayscale: #5A5A5A. Windows color (decimal): -3070917 or 3876049. OLE color: 3876049.
HSL color Cylindrical-coordinate representation of color #D1243B: hue angle of 352.02º 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 #D1243B is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 36 | 59 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.18 |
| HSL | 352.02º | 0.71% | 0.48% | - |
| HSV(B) | 352.02º | 0.83% | 0.82% | - |
| XYZ | 27.71 | 15.13 | 5.6 | - |
| YUV | 90.35 | 110.31 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 36 | 59 | 0 | 0.83 | 0.72 | 0.18 | 352.02 | 0.71 | 0.48 |
| Hex | D1 | 24 | 3B | 0 | 53 | 48 | 12 | 160 | 47 | 30 |
| Octal | 321 | 44 | 73 | 0 | 123 | 110 | 22 | 540 | 107 | 60 |
| Binary | 11010001 | 100100 | 111011 | 0 | 1010011 | 1001000 | 10010 | 101100000 | 1000111 | 110000 |
Color Harmonies of #D1243B
Complementary color
Monochromatic Colors of #D1243B
Black with #D1243B
Text Example
Text Example
White with #D1243B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1243B; }
p { color: rgb(209,36,59); }
H1.HeaderClassName
{
color: #D1243B;
}
.AnyTagClassName
{
color: #D1243B;
}
</style>
background-color css
<style>
a { background-color: #D1243B; }
a { background-color: rgb(209,36,59); }
div.DivClassName
{
background-color: #D1243B;
}
.BgClassName
{
background-color: #D1243B;
}
</style>
border-color css
<style>
span { border-color: #D1243B; }
span { border-color: rgb(209,36,59); }
td.TdClassName
{
border-color: #D1243B;
}
.TagClassName
{
border-color: #D1243B;
}
</style>