Shades of Cardinal #D12330
Tints of Cardinal #D12330
RGB
CMYK
RGB Variations
Color information
#D12330 (or 0xD12330) is known color: Cardinal. HEX triplet: D1, 23 and 30. RGB value is (209,35,48). Sum of RGB (Red+Green+Blue) = 209+35+48=292 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.58% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 209 - color contains mainly: red. Hex color #D12330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12330 is #2EDCCF. Grayscale: #585858. Windows color (decimal): -3071184 or 3154897. OLE color: 3154897.
HSL color Cylindrical-coordinate representation of color #D12330: hue angle of 355.52º 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 #D12330 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 35 | 48 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.18 |
| HSL | 355.52º | 0.71% | 0.48% | - |
| HSV(B) | 355.52º | 0.83% | 0.82% | - |
| XYZ | 27.43 | 14.97 | 4.24 | - |
| YUV | 88.51 | 105.15 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 35 | 48 | 0 | 0.83 | 0.77 | 0.18 | 355.52 | 0.71 | 0.48 |
| Hex | D1 | 23 | 30 | 0 | 53 | 4D | 12 | 164 | 47 | 30 |
| Octal | 321 | 43 | 60 | 0 | 123 | 115 | 22 | 544 | 107 | 60 |
| Binary | 11010001 | 100011 | 110000 | 0 | 1010011 | 1001101 | 10010 | 101100100 | 1000111 | 110000 |
Color Harmonies of #D12330
Complementary color
Monochromatic Colors of #D12330
Black with #D12330
Text Example
Text Example
White with #D12330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12330; }
p { color: rgb(209,35,48); }
H1.HeaderClassName
{
color: #D12330;
}
.AnyTagClassName
{
color: #D12330;
}
</style>
background-color css
<style>
a { background-color: #D12330; }
a { background-color: rgb(209,35,48); }
div.DivClassName
{
background-color: #D12330;
}
.BgClassName
{
background-color: #D12330;
}
</style>
border-color css
<style>
span { border-color: #D12330; }
span { border-color: rgb(209,35,48); }
td.TdClassName
{
border-color: #D12330;
}
.TagClassName
{
border-color: #D12330;
}
</style>