Shades of Cardinal #D1243C
Tints of Cardinal #D1243C
RGB
CMYK
RGB Variations
Color information
#D1243C (or 0xD1243C) is known color: Cardinal. HEX triplet: D1, 24 and 3C. RGB value is (209,36,60). Sum of RGB (Red+Green+Blue) = 209+36+60=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D1243C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1243C is #2EDBC3. Grayscale: #5A5A5A. Windows color (decimal): -3070916 or 3941585. OLE color: 3941585.
HSL color Cylindrical-coordinate representation of color #D1243C: hue angle of 351.68º 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 #D1243C is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 36 | 60 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.18 |
| HSL | 351.68º | 0.71% | 0.48% | - |
| HSV(B) | 351.68º | 0.83% | 0.82% | - |
| XYZ | 27.74 | 15.14 | 5.74 | - |
| YUV | 90.46 | 110.81 | 212.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 36 | 60 | 0 | 0.83 | 0.71 | 0.18 | 351.68 | 0.71 | 0.48 |
| Hex | D1 | 24 | 3C | 0 | 53 | 47 | 12 | 160 | 47 | 30 |
| Octal | 321 | 44 | 74 | 0 | 123 | 107 | 22 | 540 | 107 | 60 |
| Binary | 11010001 | 100100 | 111100 | 0 | 1010011 | 1000111 | 10010 | 101100000 | 1000111 | 110000 |
Color Harmonies of #D1243C
Complementary color
Monochromatic Colors of #D1243C
Black with #D1243C
Text Example
Text Example
White with #D1243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1243C; }
p { color: rgb(209,36,60); }
H1.HeaderClassName
{
color: #D1243C;
}
.AnyTagClassName
{
color: #D1243C;
}
</style>
background-color css
<style>
a { background-color: #D1243C; }
a { background-color: rgb(209,36,60); }
div.DivClassName
{
background-color: #D1243C;
}
.BgClassName
{
background-color: #D1243C;
}
</style>
border-color css
<style>
span { border-color: #D1243C; }
span { border-color: rgb(209,36,60); }
td.TdClassName
{
border-color: #D1243C;
}
.TagClassName
{
border-color: #D1243C;
}
</style>