Shades of Cardinal #D1253B
Tints of Cardinal #D1253B
RGB
CMYK
RGB Variations
Color information
#D1253B (or 0xD1253B) is known color: Cardinal. HEX triplet: D1, 25 and 3B. RGB value is (209,37,59). Sum of RGB (Red+Green+Blue) = 209+37+59=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D1253B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1253B is #2EDAC4. Grayscale: #5B5B5B. Windows color (decimal): -3070661 or 3876305. OLE color: 3876305.
HSL color Cylindrical-coordinate representation of color #D1253B: hue angle of 352.33º degrees, saturation: 0.7, 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 #D1253B is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 37 | 59 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.18 |
| HSL | 352.33º | 0.7% | 0.48% | - |
| HSV(B) | 352.33º | 0.82% | 0.82% | - |
| XYZ | 27.75 | 15.19 | 5.61 | - |
| YUV | 90.94 | 109.98 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 37 | 59 | 0 | 0.82 | 0.72 | 0.18 | 352.33 | 0.7 | 0.48 |
| Hex | D1 | 25 | 3B | 0 | 52 | 48 | 12 | 160 | 46 | 30 |
| Octal | 321 | 45 | 73 | 0 | 122 | 110 | 22 | 540 | 106 | 60 |
| Binary | 11010001 | 100101 | 111011 | 0 | 1010010 | 1001000 | 10010 | 101100000 | 1000110 | 110000 |
Color Harmonies of #D1253B
Complementary color
Monochromatic Colors of #D1253B
Black with #D1253B
Text Example
Text Example
White with #D1253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1253B; }
p { color: rgb(209,37,59); }
H1.HeaderClassName
{
color: #D1253B;
}
.AnyTagClassName
{
color: #D1253B;
}
</style>
background-color css
<style>
a { background-color: #D1253B; }
a { background-color: rgb(209,37,59); }
div.DivClassName
{
background-color: #D1253B;
}
.BgClassName
{
background-color: #D1253B;
}
</style>
border-color css
<style>
span { border-color: #D1253B; }
span { border-color: rgb(209,37,59); }
td.TdClassName
{
border-color: #D1253B;
}
.TagClassName
{
border-color: #D1253B;
}
</style>